Skip to content

Commit

Permalink
Fix build again.
Browse files Browse the repository at this point in the history
  • Loading branch information
twitchax committed Dec 21, 2023
1 parent f988cff commit 1e7e087
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ analyze_file_alac = ["symphonia/alac", "symphonia/isomp4"]

ml = ["ml_train", "ml_infer"]
ml_base = ["serde", "byteorder", "bincode"]
ml_train = ["ml_base", "rand", "rayon", "burn-autodiff", "burn/train", "burn/std", "burn/wgpu", "burn/metrics", "burn-ndarray/std", "burn/tui"]
ml_train = ["ml_base", "rand", "rayon", "burn-autodiff", "burn/train", "burn/std", "burn/wgpu", "burn/metrics", "burn-ndarray/std"]
ml_infer = ["ml_base", "burn", "burn-ndarray", "burn-ndarray/std"]
ml_gpu = ["ml_train", "burn-tch", "burn-wgpu"]
ml_gpu = ["ml_train", "burn-tch", "burn-wgpu", "burn/tui"]

wasm = ["rodio/wasm-bindgen", "wasm-bindgen", "wasm-bindgen-futures", "js-sys", "console_error_panic_hook", "wee_alloc", "gloo-timers", "burn/wasm-sync"]

Expand Down
2 changes: 1 addition & 1 deletion DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ $ wasm-pack publish

```bash
$ cargo wasi build --release --no-default-features --features wasi --features cli --features ml_infer --features analyze_file
$ cargo wasix publish
$ wasmer publish
```
2 changes: 1 addition & 1 deletion wasmer.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = 'twitchax/kord'
version = '0.6.1'
version = '0.7.1'
description = 'A tool to easily explore music theory principles.'
license = 'MIT'
readme = 'README.md'
Expand Down

0 comments on commit 1e7e087

Please sign in to comment.