chore: use local graphics dependencies
This commit is contained in:
parent
4a00191ac9
commit
f7bdd84ae4
2 changed files with 25 additions and 2 deletions
25
Cargo.toml
25
Cargo.toml
|
|
@ -181,7 +181,7 @@ cosmic-settings-daemon = { path = "../dbus-settings-bindings/cosmic-settings-dae
|
||||||
zbus = { version = "5.14.0", default-features = false }
|
zbus = { version = "5.14.0", default-features = false }
|
||||||
|
|
||||||
[target.'cfg(all(unix, not(target_os = "macos")))'.dependencies]
|
[target.'cfg(all(unix, not(target_os = "macos")))'.dependencies]
|
||||||
freedesktop-icons = { package = "cosmic-freedesktop-icons", git = "https://github.com/pop-os/freedesktop-icons" }
|
freedesktop-icons = { package = "cosmic-freedesktop-icons", path = "../cosmic-freedesktop-icons" }
|
||||||
freedesktop-desktop-entry = { version = "0.8.1", optional = true }
|
freedesktop-desktop-entry = { version = "0.8.1", optional = true }
|
||||||
shlex = { version = "1.3.0", optional = true }
|
shlex = { version = "1.3.0", optional = true }
|
||||||
|
|
||||||
|
|
@ -247,6 +247,29 @@ optional = true
|
||||||
path = "../cosmic-panel/cosmic-panel-config"
|
path = "../cosmic-panel/cosmic-panel-config"
|
||||||
optional = true
|
optional = true
|
||||||
|
|
||||||
|
[patch.'https://github.com/pop-os/freedesktop-icons']
|
||||||
|
cosmic-freedesktop-icons = { path = "../cosmic-freedesktop-icons" }
|
||||||
|
|
||||||
|
[patch.'https://github.com/pop-os/softbuffer']
|
||||||
|
softbuffer = { path = "../softbuffer" }
|
||||||
|
|
||||||
|
[patch.'https://github.com/pop-os/smithay-clipboard']
|
||||||
|
smithay-clipboard = { path = "../smithay-clipboard" }
|
||||||
|
|
||||||
|
[patch.'https://github.com/pop-os/winit.git']
|
||||||
|
dpi = { path = "../winit/dpi" }
|
||||||
|
winit = { path = "../winit/winit" }
|
||||||
|
winit-android = { path = "../winit/winit-android" }
|
||||||
|
winit-appkit = { path = "../winit/winit-appkit" }
|
||||||
|
winit-common = { path = "../winit/winit-common" }
|
||||||
|
winit-core = { path = "../winit/winit-core" }
|
||||||
|
winit-orbital = { path = "../winit/winit-orbital" }
|
||||||
|
winit-uikit = { path = "../winit/winit-uikit" }
|
||||||
|
winit-wayland = { path = "../winit/winit-wayland" }
|
||||||
|
winit-web = { path = "../winit/winit-web" }
|
||||||
|
winit-win32 = { path = "../winit/winit-win32" }
|
||||||
|
winit-x11 = { path = "../winit/winit-x11" }
|
||||||
|
|
||||||
[workspace]
|
[workspace]
|
||||||
members = [
|
members = [
|
||||||
"cosmic-config",
|
"cosmic-config",
|
||||||
|
|
|
||||||
2
iced
2
iced
|
|
@ -1 +1 @@
|
||||||
Subproject commit 12fd244e954c6e7e87bd4b9b8b5dd7aa2ab948d5
|
Subproject commit de1247123a631087d2f78831c99f5f1b66d5a582
|
||||||
Loading…
Add table
Add a link
Reference in a new issue