diff --git a/Cargo.toml b/Cargo.toml index d220eed..68d0e33 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -130,10 +130,10 @@ ashpd = { version = "0.12.3", default-features = false, optional = true } async-fs = { version = "2.2", optional = true } async-std = { workspace = true, optional = true } auto_enums = "0.8.8" -cctk = { git = "https://github.com/pop-os/cosmic-protocols", package = "cosmic-client-toolkit", rev = "c253ec1", optional = true } +cctk = { path = "../cosmic-protocols/client-toolkit", package = "cosmic-client-toolkit", optional = true } jiff = "0.2" cosmic-config = { path = "cosmic-config" } -cosmic-settings-config = { git = "https://github.com/pop-os/cosmic-settings-daemon", optional = true } +cosmic-settings-config = { path = "../cosmic-settings-daemon/config", optional = true } # Internationalization i18n-embed = { version = "0.16.0", features = [ "fluent-system", @@ -244,8 +244,7 @@ path = "./iced/wgpu" optional = true [dependencies.cosmic-panel-config] -git = "https://github.com/pop-os/cosmic-panel" -# path = "../cosmic-panel/cosmic-panel-config" +path = "../cosmic-panel/cosmic-panel-config" optional = true [workspace] diff --git a/iced b/iced index 8163993..756e569 160000 --- a/iced +++ b/iced @@ -1 +1 @@ -Subproject commit 81639935398a856f3164dc406fbac78922c258fc +Subproject commit 756e5691d770656e797511b1831b2a6b489d92e1