Skip to content

Commit

Permalink
Switch back to rstar for nblast-js
Browse files Browse the repository at this point in the history
  • Loading branch information
clbarnes committed Jan 20, 2024
1 parent 97f9da3 commit 74dd242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nblast-js/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ serde = {version = "1", features = ["derive"]}
serde-wasm-bindgen = "0.5"
wasm-bindgen = "0.2"
js-sys = "0.3"
nblast = { path = "../nblast-rs", version = "^0.5.0"}
nblast = { path = "../nblast-rs", version = "^0.5.0", default-features = false, features = ["rstar"]}

[lib]
crate-type = ["cdylib"]
Expand Down

0 comments on commit 74dd242

Please sign in to comment.