Skip to content

Commit

Permalink
Merge pull request #70 from ChristianGynnild/master
Browse files Browse the repository at this point in the history
Set exact version for miniquad
  • Loading branch information
PSteinhaus authored May 24, 2024
2 parents 3ebef5d + 509fde0 commit 20d5a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ mint = "0.5"
cgmath = { version = "0.17", features = ["mint"] }
twox-hash = "=1.5.0" # necessary to force a version of rand < 0.8 to avoid getrandom
glyph_brush = "0.7"
miniquad = "0.3.13"
miniquad = "=0.3.13"
image = { version = "0.22", default-features = false, features = ["png_codec"] }
serde = "1"
serde_derive = "1"
Expand Down

0 comments on commit 20d5a87

Please sign in to comment.