Skip to content

Commit

Permalink
Update GLFW dependency to 0.50.0 in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
joone committed Nov 26, 2023
1 parent af96d68 commit bf3a6b1
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 @@ -20,7 +20,7 @@ stretch = "0.3.2"
ab_glyph = "0.2.23"

[dev-dependencies]
glfw = "0.42.0"
glfw = "0.50.0"
serde = { version = "1.0", features = ["derive"] }
reqwest = { version = "0.11", features = ["blocking", "json"] }
serde_json = { version = "1.0", default-features = false, features = ["alloc"] }

0 comments on commit bf3a6b1

Please sign in to comment.