Skip to content

Commit

Permalink
fix feature on rust-spice
Browse files Browse the repository at this point in the history
  • Loading branch information
Grégoire Henry committed Dec 13, 2023
1 parent 3e64d84 commit bcbcd50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ float_eq = "1.0"
nalgebra = { version = "0.32", features = ["serde-serialize"] }
nalgebra-glm = "0.18"
ndarray = "0.15.6"
tobj = { version = "4.0", features = ["ahash", "use_f64", "downloadcspice"] }
rust-spice = { version = "0.7", optional = true }
tobj = { version = "4.0", features = ["ahash", "use_f64"] }
rust-spice = { version = "0.7", optional = true, features = ["downloadcspice"]}
indicatif = "0.17"
console = "0.15"
serde = { version = "1.0", features = ["derive"] }
Expand Down

0 comments on commit bcbcd50

Please sign in to comment.