From bf3a6b16bc02698d0f1cf4a5d3c25eb5282b1770 Mon Sep 17 00:00:00 2001 From: Joone Hur Date: Sun, 26 Nov 2023 01:24:52 -0800 Subject: [PATCH] Update GLFW dependency to 0.50.0 in Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0122018..009662f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] }