1
Fork 0
mirror of https://github.com/RGBCube/alejandra synced 2025-07-31 04:27:45 +00:00

perf: remove rand dependency

This commit is contained in:
Kevin Amado 2022-02-23 11:40:19 -05:00
parent 20fae077d9
commit 0f38838292
5 changed files with 8 additions and 136 deletions

View file

@ -1,7 +1,6 @@
[dependencies]
alejandra_engine = { "path" = "../src/alejandra_engine" }
console_error_panic_hook = "*"
getrandom = { version = "*", features = ["js"] }
wasm-bindgen = "*"
wee_alloc = "*"