1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-27 02:25:28 +03:00
wezterm/window/examples
Wez Furlong db6da81272 window: move away from async event queue
I added this originally thinking that it would make it easier to resolve
https://github.com/wez/wezterm/issues/695 and to integrate wgpu support,
but it's the cause of https://github.com/wez/wezterm/issues/922 so let's
take it out and more directly connect the window events to those in the
terminal.

This commit likely breaks mac and windows; pushing it so that I can
check it out and verify on those systems.
2021-07-10 17:30:19 -07:00
..
async.rs window: move away from async event queue 2021-07-10 17:30:19 -07:00
shader.wgsl fixup build on windows, make transparent 2021-05-08 09:36:20 -07:00
wgpu.rs window: fixup tests for font config changes 2021-06-26 22:58:42 -07:00