Skip to content

Commit 8d41b6e

Browse files
committed
boing-ggez: Update ggez to latest version (0.8.x-devel)
v0.8.1 is buggy.
1 parent eccae37 commit 8d41b6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boing-ggez/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ version = "0.1.0"
66

77
[dependencies]
88
fastrand = "1.7.0"
9-
ggez = "0.7.0"
9+
ggez = { git = "https://github.com/ggez/ggez", branch = "devel" }
1010
glam = {version = "0.20.5", features = ["mint"]}

0 commit comments

Comments
 (0)