diff --git a/Cargo.toml b/Cargo.toml index d2f5981..c7e4ca4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ serde = { version = "1.0", features = ["derive"], optional = true } [target.'cfg(not(target_family = "wasm"))'.dev-dependencies] clap = { version = "4", features = ["derive"] } criterion = "0.8" -kiss3d = "0.35" +kiss3d = "0.40" rand = "0.10" [target.'cfg(target_family = "wasm")'.dev-dependencies]