Skip to content

Commit cd81267

Browse files
committed
Enable "prebuilt" feature for crate russimp
1 parent cfe9e53 commit cd81267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ glfw = "0.55.0"
1818
image = "0.25.1"
1919
nalgebra-glm = "0.18.0"
2020
lazy_static = "1.4.0"
21-
russimp = "3.2.0"
21+
russimp = { version = "3.2.0", features = ["prebuilt"] }
2222
rand = "0.9.0-alpha.1"

0 commit comments

Comments
 (0)