diff --git a/drivers/native/Cargo.toml b/drivers/native/Cargo.toml index 51c0a591..24278179 100644 --- a/drivers/native/Cargo.toml +++ b/drivers/native/Cargo.toml @@ -13,7 +13,7 @@ synchronization = { workspace = true } shared = { workspace = true } critical-section = { workspace = true, features = ["std"] } -pixels = "0.16.0" +pixels = "0.17.0" winit = { version = "0.30", features = ["rwh_05"] } rand = "0.10.0" libc = { version = "0.2" }