This commit is contained in:
parent
c3f27a7f94
commit
2cdd3aa886
6 changed files with 270 additions and 5 deletions
|
@ -37,5 +37,9 @@ wasm-bindgen-test = "0.3.34"
|
|||
opt-level = "s"
|
||||
|
||||
[dependencies]
|
||||
getrandom = { version = "0.3.3", features = ["wasm_js"] }
|
||||
heapless = "0.8.0"
|
||||
rand = { version = "0.9.2", default-features = false, features = ["os_rng", "std"] }
|
||||
tachyonfx = { version = "0.16.0", default-features = false, features = ["web-time"] }
|
||||
web-time = "1.1.0"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue