You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
once_cell = "1.13"# Remove when `core::cell::LazyCell` (<https://doc.rust-lang.org/core/cell/struct.LazyCell.html>) is stabilized in Rust 1.80 and we bump our MSRV
71
68
wasm-bindgen = "=0.2.100"# NOTICE: ensure this stays in sync with the `wasm-bindgen-cli` version in `website/content/volunteer/guide/project-setup/_index.md`. We pin this version because wasm-bindgen upgrades may break various things.
@@ -84,7 +81,6 @@ glam = { version = "0.29", default-features = false, features = ["serde"] }
84
81
base64 = "0.22"
85
82
image = { version = "0.25", default-features = false, features = ["png"] }
86
83
rustybuzz = "0.20"
87
-
spirv = "0.3"
88
84
pretty_assertions = "1.4.1"
89
85
fern = { version = "0.7", features = ["colored"] }
0 commit comments