mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-19 02:48:12 +08:00
Update wasm-bindgen, syn and wgpu (#1398)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
use crate::messages::portfolio::utility_types::Platform;
|
||||
|
||||
use once_cell::sync::OnceCell;
|
||||
use std::sync::OnceLock;
|
||||
|
||||
pub static GLOBAL_PLATFORM: OnceCell<Platform> = OnceCell::new();
|
||||
pub static GLOBAL_PLATFORM: OnceLock<Platform> = OnceLock::new();
|
||||
|
||||
Reference in New Issue
Block a user