We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfe9e53 commit cd81267Copy full SHA for cd81267
Cargo.toml
@@ -18,5 +18,5 @@ glfw = "0.55.0"
18
image = "0.25.1"
19
nalgebra-glm = "0.18.0"
20
lazy_static = "1.4.0"
21
-russimp = "3.2.0"
+russimp = { version = "3.2.0", features = ["prebuilt"] }
22
rand = "0.9.0-alpha.1"
0 commit comments