Skip to content

Commit f9857d9

Browse files
authored
Merge pull request #604 from phaazon/dependabot/cargo/master/glfw-0.45
Update glfw requirement from 0.44 to 0.45
2 parents e1d9415 + 7e5faea commit f9857d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/desktop/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ funtest-gl33-f64-uniform = ["luminance-examples/funtest-gl33-f64-uniform"]
2222

2323
[dependencies]
2424
env_logger = "0.9.0"
25-
glfw = "0.44"
25+
glfw = "0.45"
2626
image = "0.24.1"
2727
log = "0.4.11"
2828
luminance = { version = "0.47", path = "../../luminance" }

luminance-glfw/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ maintenance = { status = "actively-developed" }
1818

1919
[dependencies]
2020
gl = "0.14"
21-
glfw = { version = ">=0.43, <0.45", default-features = false }
21+
glfw = { version = ">=0.43, <0.46", default-features = false }
2222
luminance = { version = ">=0.46, <0.48", path = "../luminance" }
2323
luminance-gl = { version = "0.19", path = "../luminance-gl" }
2424

0 commit comments

Comments
 (0)