diff --git a/Cargo.toml b/Cargo.toml index 291281a..d48eb7b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,6 +28,6 @@ rayon = { version = "1.3.0", optional = true } specs = { version = "0.16.1", default-features = false, features = ["specs-derive"] } [dev-dependencies] -image = "0.23.3" +image = "0.24.5" minifb = "0.16.0" blit = { version = "0.5.12", features = ["image"] }