Skip to content

Commit 159717c

Browse files
Update winit requirement from 0.29 to 0.30
Updates the requirements on [winit](https://github.com/rust-windowing/winit) to permit the latest version. - [Release notes](https://github.com/rust-windowing/winit/releases) - [Changelog](https://github.com/rust-windowing/winit/blob/master/CHANGELOG.md) - [Commits](rust-windowing/winit@v0.29.1-beta...v0.30.12) --- updated-dependencies: - dependency-name: winit dependency-version: 0.30.12 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3c7e587 commit 159717c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ path = "src/bin/syntra_compiler_demo.rs"
3838
# Dependencies — core engine, rendering, AGI, networking, diagnostics
3939
# ================================================================================================
4040
[dependencies]
41-
winit = "0.29"
41+
winit = "0.30"
4242
pixels = "0.13"
4343
winit_input_helper = "0.14"
4444

0 commit comments

Comments
 (0)