feat: trying to remove wasm-bindgen
This commit is contained in:
@@ -6,14 +6,11 @@ description = "A collection of utilities for Nodarium"
|
||||
license = "MIT"
|
||||
repository = "https://github.com/jim-fx/nodes"
|
||||
|
||||
[features]
|
||||
default = ["console_error_panic_hook"]
|
||||
[lib]
|
||||
crate-type = ["rlib"]
|
||||
|
||||
[dependencies]
|
||||
wasm-bindgen = "0.2.92"
|
||||
web-sys = { version = "0.3.69", features = ["console"] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = { version = "1.0", default-features = false, features = ["alloc"] }
|
||||
console_error_panic_hook = { version = "0.1.7", optional = true }
|
||||
glam = "0.27.0"
|
||||
glam = "0.30.10"
|
||||
noise = "0.9.0"
|
||||
|
||||
Reference in New Issue
Block a user