Skip to content

Commit a42cad8

Browse files
Desktop: Pin the muda crate to commit that includes a necessary dependency update
1 parent 4f4ec7f commit a42cad8

File tree

2 files changed

+9
-17
lines changed

2 files changed

+9
-17
lines changed

Cargo.lock

Lines changed: 4 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

desktop/Cargo.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,10 @@ graphite-desktop-wrapper = { path = "wrapper" }
2525
graphite-desktop-embedded-resources = { path = "embedded-resources", optional = true }
2626

2727
wgpu = { workspace = true }
28-
winit = { workspace = true, features = [ "wayland-csd-adwaita-notitlebar", "serde" ] }
28+
winit = { workspace = true, features = [
29+
"wayland-csd-adwaita-notitlebar",
30+
"serde",
31+
] }
2932
thiserror = { workspace = true }
3033
futures = { workspace = true }
3134
cef = { workspace = true }
@@ -67,4 +70,4 @@ windows = { version = "0.58.0", features = [
6770
objc2 = { version = "0.6.1", default-features = false }
6871
objc2-foundation = { version = "0.3.2", default-features = false }
6972
objc2-app-kit = { version = "0.3.2", default-features = false }
70-
muda = { git = "https://github.com/tauri-apps/muda.git", rev = "dca083660d04209109ae854b9a9436a809daf409", default-features = false }
73+
muda = { git = "https://github.com/timon-schelling/muda.git", rev = "e5bc28bbd6781b18afbfc237981f9ef47eddf863", default-features = false }

0 commit comments

Comments
 (0)