mirror of
https://github.com/Xevion/smart-rgb.git
synced 2025-12-15 02:13:15 -06:00
Update source files
This commit is contained in:
33
crates/borders-wasm/Cargo.toml
Normal file
33
crates/borders-wasm/Cargo.toml
Normal file
@@ -0,0 +1,33 @@
|
||||
[package]
|
||||
name = "borders-wasm"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
authors.workspace = true
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib", "rlib"]
|
||||
path = "src/lib.rs"
|
||||
|
||||
[features]
|
||||
default = []
|
||||
|
||||
[dependencies]
|
||||
bevy_ecs = { version = "0.17", default-features = false, features = ["std"] }
|
||||
borders-core = { path = "../borders-core", features = ["ui"] }
|
||||
console_error_panic_hook = "0.1"
|
||||
getrandom = { version = "0.3", features = ["wasm_js"] }
|
||||
gloo-timers = { version = "0.3", features = ["futures"] }
|
||||
js-sys = "0.3"
|
||||
lazy_static = "1.5"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde-wasm-bindgen = "0.6"
|
||||
serde_json = "1.0"
|
||||
tracing = "0.1"
|
||||
tracing-subscriber = { version = "0.3", features = ["registry", "env-filter"] }
|
||||
wasm-bindgen = "0.2"
|
||||
wasm-bindgen-futures = "0.4"
|
||||
wasm-tracing = { version = "2.1", features = ["tracing-log"] }
|
||||
web-time = "1.1"
|
||||
|
||||
[package.metadata.cargo-machete]
|
||||
ignored = ["getrandom", "bevy_ecs"]
|
||||
Reference in New Issue
Block a user