nodes/packages/utils/Cargo.toml

16 lines
385 B
TOML
Raw Normal View History

2024-02-28 21:21:42 +01:00
[package]
name = "utils"
2024-02-28 21:21:42 +01:00
version = "0.1.0"
edition = "2021"
[features]
default = ["console_error_panic_hook"]
2024-02-28 21:21:42 +01:00
[dependencies]
2024-04-04 19:17:27 +02:00
wasm-bindgen = "0.2.92"
2024-04-05 19:38:10 +02:00
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 }
2024-04-16 15:32:23 +02:00
gl_matrix = "0.0.2"
2024-04-17 16:39:56 +02:00
glam = "0.27.0"