Skip to content

Commit c3201ac

Browse files
Bump winit from 0.29.10 to 0.29.15
Bumps [winit](https://github.com/rust-windowing/winit) from 0.29.10 to 0.29.15. - [Release notes](https://github.com/rust-windowing/winit/releases) - [Changelog](https://github.com/rust-windowing/winit/blob/v0.29.15/CHANGELOG.md) - [Commits](rust-windowing/winit@v0.29.10...v0.29.15) --- updated-dependencies: - dependency-name: winit dependency-version: 0.29.15 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 288633a commit c3201ac

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)