Skip to content

Commit

Permalink
fix(ui/linux): window doesn't show when a compositor is used (#763)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxjoehnk authored Nov 9, 2024
1 parent 67b2882 commit 0f5ae9d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 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 = "94a16e8" }
nativeshell = { git = "https://github.com/maxjoehnk/nativeshell", rev = "36ceab5" }
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 = "94a16e8" }
nativeshell_build = { git = "https://github.com/maxjoehnk/nativeshell", rev = "36ceab5" }

4 changes: 2 additions & 2 deletions crates/ui/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
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: 94a16e8
ref: 36ceab5
path: nativeshell_dart
flutter_svg: ^2.0.0
flex_color_picker: ^3.0.0
Expand Down

0 comments on commit 0f5ae9d

Please sign in to comment.