diff --git a/apps/resource-viewer/Cargo.toml b/apps/resource-viewer/Cargo.toml index 51eef01..beadefe 100644 --- a/apps/resource-viewer/Cargo.toml +++ b/apps/resource-viewer/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" publish = false [dependencies] -iced = "0.13" -rfd = "0.15" +iced = "0.14" +rfd = "0.17" nres = { path = "../../crates/nres" } rsli = { path = "../../crates/rsli" } diff --git a/crates/render-demo/Cargo.toml b/crates/render-demo/Cargo.toml index d92f538..1ac3daa 100644 --- a/crates/render-demo/Cargo.toml +++ b/crates/render-demo/Cargo.toml @@ -20,10 +20,10 @@ image = { version = "0.25", optional = true, default-features = false, features common = { path = "../common" } [target.'cfg(target_os = "macos")'.dependencies] -sdl2 = { version = "0.37", optional = true, default-features = false, features = ["use-pkgconfig"] } +sdl2 = { version = "0.38", optional = true, default-features = false, features = ["use-pkgconfig"] } [target.'cfg(not(target_os = "macos"))'.dependencies] -sdl2 = { version = "0.37", optional = true, default-features = false, features = ["bundled", "static-link"] } +sdl2 = { version = "0.38", optional = true, default-features = false, features = ["bundled", "static-link"] } [[bin]] name = "parkan-render-demo" diff --git a/crates/render-parity/Cargo.toml b/crates/render-parity/Cargo.toml index 70c7ac3..dcf2ca1 100644 --- a/crates/render-parity/Cargo.toml +++ b/crates/render-parity/Cargo.toml @@ -6,4 +6,4 @@ edition = "2021" [dependencies] image = { version = "0.25", default-features = false, features = ["png"] } serde = { version = "1", features = ["derive"] } -toml = "0.8" +toml = "0.9"