diff --git a/Cargo.lock b/Cargo.lock index 0915aa133..7efb806ad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6878,7 +6878,7 @@ dependencies = [ [[package]] name = "nativeshell" version = "0.1.16" -source = "git+https://github.com/maxjoehnk/nativeshell?rev=94a16e8#94a16e84ab5d11d9be0e4b13c86a30e68645c0eb" +source = "git+https://github.com/maxjoehnk/nativeshell?rev=36ceab5#36ceab5914551cf8c7e9e5adfda1806fded5383a" dependencies = [ "anyhow", "async-trait", @@ -6926,7 +6926,7 @@ dependencies = [ [[package]] name = "nativeshell_build" version = "0.1.16" -source = "git+https://github.com/maxjoehnk/nativeshell?rev=94a16e8#94a16e84ab5d11d9be0e4b13c86a30e68645c0eb" +source = "git+https://github.com/maxjoehnk/nativeshell?rev=36ceab5#36ceab5914551cf8c7e9e5adfda1806fded5383a" dependencies = [ "base64 0.13.1", "cargo-emit", diff --git a/crates/ui/Cargo.toml b/crates/ui/Cargo.toml index f57f1c1d8..30af5f377 100644 --- a/crates/ui/Cargo.toml +++ b/crates/ui/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" anyhow = "1" tracing = "0.1" mizer-api = { path = "../api" } -nativeshell = { git = "https://github.com/maxjoehnk/nativeshell", rev = "94a16e8" } +nativeshell = { git = "https://github.com/maxjoehnk/nativeshell", rev = "36ceab5" } mizer-util = { path = "../util" } mizer-ui-ffi = { path = "ffi" } futures = "0.3" @@ -17,5 +17,5 @@ profiling = "1" system_shutdown = "4" [build-dependencies] -nativeshell_build = { git = "https://github.com/maxjoehnk/nativeshell", rev = "94a16e8" } +nativeshell_build = { git = "https://github.com/maxjoehnk/nativeshell", rev = "36ceab5" } diff --git a/crates/ui/pubspec.lock b/crates/ui/pubspec.lock index 43b6cb3fa..d8440ca22 100644 --- a/crates/ui/pubspec.lock +++ b/crates/ui/pubspec.lock @@ -609,8 +609,8 @@ packages: dependency: "direct main" description: path: nativeshell_dart - ref: "94a16e8" - resolved-ref: "94a16e84ab5d11d9be0e4b13c86a30e68645c0eb" + ref: "36ceab5" + resolved-ref: "36ceab5914551cf8c7e9e5adfda1806fded5383a" url: "https://github.com/maxjoehnk/nativeshell.git" source: git version: "0.1.16" diff --git a/crates/ui/pubspec.yaml b/crates/ui/pubspec.yaml index 199a587a0..eb348e026 100644 --- a/crates/ui/pubspec.yaml +++ b/crates/ui/pubspec.yaml @@ -26,7 +26,7 @@ dependencies: nativeshell: git: url: https://github.com/maxjoehnk/nativeshell.git - ref: 94a16e8 + ref: 36ceab5 path: nativeshell_dart flutter_svg: ^2.0.0 flex_color_picker: ^3.0.0