Update wgpu to 27

This commit is contained in:
Héctor Ramón Jiménez 2025-10-31 14:11:20 +01:00
parent 54239c55ae
commit ca23e6f793
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
7 changed files with 554 additions and 625 deletions

View file

@ -185,7 +185,7 @@ bytemuck = { version = "1.0", features = ["derive"] }
bytes = "1.6"
cargo-hot = { package = "cargo-hot-protocol", git = "https://github.com/hecrj/cargo-hot.git", rev = "b8dc518b8640928178a501257e353b73bc06cf47" }
cosmic-text = "0.14"
cryoglyph = { git = "https://github.com/iced-rs/cryoglyph.git", rev = "453cedec0d2ec563bd7fa87e84a2319bcebb1ba3" }
cryoglyph = { git = "https://github.com/iced-rs/cryoglyph.git", rev = "1d68a5405986287475fd49a7793c2edd0ea41d0b" }
futures = { version = "0.3", default-features = false }
glam = "0.25"
guillotiere = "0.6"
@ -227,7 +227,7 @@ wasm-bindgen-futures = "0.4"
wasmtimer = "0.4.1"
web-sys = "0.3.69"
web-time = "1.1"
wgpu = "26.0"
wgpu = "27.0"
window_clipboard = "0.4.1"
winit = { git = "https://github.com/iced-rs/winit.git", rev = "05b8ff17a06562f0a10bb46e6eaacbe2a95cb5ed" }