chore: update dependencies

This commit is contained in:
Vukašin Vojinović 2025-09-11 16:25:29 +02:00 committed by Jeremy Soller
parent 5fb5ce43cd
commit 6e2b2a0755
2 changed files with 51 additions and 50 deletions

View file

@ -49,15 +49,17 @@ features = ["about", "multi-window", "tokio", "winit", "surface-message"]
fork = "0.2"
[features]
default = ["wgpu", "wayland"]
default = ["dbus-config", "wgpu", "wayland"]
dbus-config = ["libcosmic/dbus-config"]
wgpu = ["libcosmic/wgpu", "cosmic-files/wgpu"]
wayland = ["libcosmic/wayland", "cosmic-files/wayland"]
[profile.release-with-debug]
inherits = "release"
debug = true
[patch.crates-io]
xdg-mime = { git = "https://github.com/ellieplayswow/xdg-mime-rs", branch = "feature/get-same-as" }
license = { git = "https://github.com/evenorog/license.git" }
# [patch.'https://github.com/pop-os/libcosmic']
# libcosmic = { path = "../libcosmic" }