Desktop: Pin the muda crate to commit that includes a necessary dependency update

This commit is contained in:
Timon
2026-01-06 04:25:29 +01:00
parent 4f4ec7ffff
commit a42cad8bfb
2 changed files with 9 additions and 17 deletions

View File

@@ -25,7 +25,10 @@ graphite-desktop-wrapper = { path = "wrapper" }
graphite-desktop-embedded-resources = { path = "embedded-resources", optional = true }
wgpu = { workspace = true }
winit = { workspace = true, features = [ "wayland-csd-adwaita-notitlebar", "serde" ] }
winit = { workspace = true, features = [
"wayland-csd-adwaita-notitlebar",
"serde",
] }
thiserror = { workspace = true }
futures = { workspace = true }
cef = { workspace = true }
@@ -67,4 +70,4 @@ windows = { version = "0.58.0", features = [
objc2 = { version = "0.6.1", default-features = false }
objc2-foundation = { version = "0.3.2", default-features = false }
objc2-app-kit = { version = "0.3.2", default-features = false }
muda = { git = "https://github.com/tauri-apps/muda.git", rev = "dca083660d04209109ae854b9a9436a809daf409", default-features = false }
muda = { git = "https://github.com/timon-schelling/muda.git", rev = "e5bc28bbd6781b18afbfc237981f9ef47eddf863", default-features = false }