mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-19 02:48:12 +08:00
Desktop: Remove unnecessary dependencies in the desktop crate (#2934)
* remove unnecessary dependencies * Add start-desktop
This commit is contained in:
@@ -71,7 +71,7 @@ impl ApplicationHandler<CustomEvent> for WinitApp {
|
||||
)
|
||||
.unwrap(),
|
||||
);
|
||||
let graphics_state = pollster::block_on(GraphicsState::new(window.clone()));
|
||||
let graphics_state = futures::executor::block_on(GraphicsState::new(window.clone()));
|
||||
|
||||
self.window = Some(window);
|
||||
self.graphics_state = Some(graphics_state);
|
||||
|
||||
Reference in New Issue
Block a user