Skip to content

Commit d38cce3

Browse files
authored
deps(lambda-rs-platform): Update winit
Bump winit from 0.29.10 to 0.29.15
2 parents 288633a + c3201ac commit d38cce3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/lambda-rs-platform/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ name = "lambda_platform"
1111
path = "src/lib.rs"
1212

1313
[dependencies]
14-
winit = "=0.29.10"
14+
winit = "=0.29.15"
1515
shaderc = { version = "=0.7", optional = true, default-features = false }
1616
naga = { version = "=26.0.0", optional = true, default-features = false, features = ["spv-out", "glsl-in", "wgsl-in"] }
1717
rand = "=0.8.5"

0 commit comments

Comments
 (0)