We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b35bbd commit 679a910Copy full SHA for 679a910
1 file changed
Cargo.toml
@@ -28,7 +28,7 @@ locale_config = "0.3.0"
28
miniz_oxide = "0.9.1"
29
pdf-writer = "0.15.0"
30
png = "0.18.1"
31
-raylib = { version = "6.0.0-rc.2", features = [
+raylib = { git = "https://github.com/raylib-rs/raylib-rs.git", features = [
32
"raygui",
33
] }
34
rfd = { version = "0.17.2", default-features = false }
0 commit comments