Skip to content

Commit 8275495

Browse files
authored
Merge pull request #104 from ebkalderon/dependabot/cargo/glutin-0.26
Update glutin requirement from 0.24 to 0.26
2 parents f7b7044 + 1f7225a commit 8275495

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ libloading = "0.6"
2525
once_cell = "1.0"
2626
renderdoc-sys = { version = "0.7", path = "./renderdoc-sys" }
2727

28-
glutin = { version = "0.24", optional = true }
28+
glutin = { version = "0.26", optional = true }
2929

3030
[target.'cfg(windows)'.dependencies]
3131
winapi = { version = "0.3", features = ["d3d12","d3d11"] }

0 commit comments

Comments
 (0)