Update wasm-bindgen, syn and wgpu (#1398)

This commit is contained in:
0HyperCube
2023-08-23 15:53:56 +01:00
committed by GitHub
parent 09a509c8b5
commit b881385e3b
26 changed files with 511 additions and 435 deletions

View File

@@ -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();