Skip to content

Commit

Permalink
fix ci std
Browse files Browse the repository at this point in the history
  • Loading branch information
chaosprint committed Jun 21, 2024
1 parent 8da8b72 commit aceecea
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Binary file modified js/npm/glicol_wasm_bg.wasm
Binary file not shown.
Binary file modified js/src/glicol_wasm_bg.wasm
Binary file not shown.
6 changes: 4 additions & 2 deletions rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ petgraph = { version = "0.6", default-features = false, features = ["stable_gra
dasp_slice = { version = "0.11.0", default-features = false, features = [
"std",
] }

dasp_ring_buffer = { version = "0.11.0", default-features = false }
dasp_signal = { version = "0.11.0", default-features = false }
dasp_interpolate = { version = "0.11.0", default-features = false, features = ["linear", "sinc"] }
# default-features = false can't be used here; we need std
dasp_signal = { version = "0.11.0" }
dasp_interpolate = { version = "0.11.0", features = ["linear", "sinc"] }
hashbrown = "0.14.3"
rhai = { version = "1.12.0", default-features = false, features = [
"sync",
Expand Down

0 comments on commit aceecea

Please sign in to comment.