Skip to content

Commit

Permalink
revert: chore(deps): update nativeshell version
Browse files Browse the repository at this point in the history
This reverts commit d96e82e.
  • Loading branch information
maxjoehnk committed Nov 6, 2024
1 parent d96e82e commit 909b171
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions crates/ui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
anyhow = "1"
tracing = "0.1"
mizer-api = { path = "../api" }
nativeshell = { git = "https://github.com/maxjoehnk/nativeshell", rev = "c13ecad" }
nativeshell = { git = "https://github.com/maxjoehnk/nativeshell", rev = "94a16e8" }
mizer-util = { path = "../util" }
mizer-ui-ffi = { path = "ffi" }
futures = "0.3"
Expand All @@ -17,5 +17,5 @@ profiling = "1"
system_shutdown = "4"

[build-dependencies]
nativeshell_build = { git = "https://github.com/maxjoehnk/nativeshell", rev = "c13ecad" }
nativeshell_build = { git = "https://github.com/maxjoehnk/nativeshell", rev = "94a16e8" }

2 changes: 1 addition & 1 deletion crates/ui/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies:
nativeshell:
git:
url: https://github.com/maxjoehnk/nativeshell.git
ref: c13ecad
ref: 94a16e8
path: nativeshell_dart
flutter_svg: ^2.0.0
flex_color_picker: ^3.0.0
Expand Down

0 comments on commit 909b171

Please sign in to comment.