update winit dep to 0.29.2

This commit is contained in:
Quaternions 2023-10-23 16:34:14 -07:00
parent 3775fd0b14
commit 7805c4db6d
2 changed files with 483 additions and 237 deletions

718
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -19,7 +19,7 @@ rbx_dom_weak = "2.5.0"
rbx_reflection_database = "0.2.7" rbx_reflection_database = "0.2.7"
rbx_xml = "0.13.1" rbx_xml = "0.13.1"
wgpu = "0.17.0" wgpu = "0.17.0"
winit = "0.28.6" winit = { version = "0.29.2", features = ["rwh_05"] }
#[profile.release] #[profile.release]
#lto = true #lto = true