mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-27 05:18:11 +08:00
Update wasm-bindgen, syn and wgpu (#1398)
This commit is contained in:
@@ -17,9 +17,9 @@ crate-type = ["cdylib", "rlib"]
|
||||
bezier-rs = { path = "../../../../libraries/bezier-rs", package = "bezier-rs" }
|
||||
log = "0.4"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
wasm-bindgen = { version = "0.2.73" }
|
||||
serde_json = "*"
|
||||
serde-wasm-bindgen = "0.4.1"
|
||||
wasm-bindgen = { workspace = true }
|
||||
serde_json = "1.0"
|
||||
serde-wasm-bindgen = "0.5"
|
||||
js-sys = "0.3.55"
|
||||
glam = { version = "0.24", features = ["serde"] }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user