diff --git a/Cargo.toml b/Cargo.toml index d386f9f06..be7a657dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ tracing = "0.1.37" tracing-subscriber = { version = "0.3.17", features = ["env-filter"] } naga = { version = "0.13.0", features = ["validate", "wgsl-out"] } naga_oil = "0.9.0" -wgpu = { version = "0.17.1" } +wgpu = "0.17.1" egui = "0.23.0" # Don't optimize build scripts and macros. @@ -88,4 +88,4 @@ inherits = "release" wgpu = { git = "https://github.com/ruffle-rs/wgpu", branch = "backport-shader-unconsumed" } [patch.'https://github.com/gfx-rs/naga'] -naga = { version = "0.13.0" } +naga = "0.13.0" diff --git a/render/Cargo.toml b/render/Cargo.toml index f99fb6928..22dad0cab 100644 --- a/render/Cargo.toml +++ b/render/Cargo.toml @@ -12,7 +12,7 @@ ruffle_wstr = { path = "../wstr" } swf = { path = "../swf"} tracing = { workspace = true } gif = "0.12.0" -png = { version = "0.17.10" } +png = "0.17.10" flate2 = "1.0.27" smallvec = { version = "1.11.1", features = ["union"] } downcast-rs = "1.2.0"