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

This commit is contained in:
0HyperCube
2023-08-23 14:53:56 +00:00
committed by GitHub
parent 09a509c8b5
commit b881385e3b
26 changed files with 511 additions and 435 deletions
+2 -3
View File
@@ -36,6 +36,8 @@ specta = { git = "https://github.com/0HyperCube/specta.git", rev = "c47a22b4c086
"glam",
] }
rustc-hash = "1.1.0"
# wasm-bindgen upgrades may break various things so we pin the version
wasm-bindgen = "=0.2.87"
[profile.dev.package.graphite-editor]
opt-level = 1
@@ -57,9 +59,6 @@ opt-level = 3
[profile.dev.package.image]
opt-level = 3
[profile.dev.package.xxhash-rust]
opt-level = 3
[profile.dev]
opt-level = 1