deps: Use updated libcosmic

This commit is contained in:
Victoria Brekenfeld 2023-06-13 19:33:32 +02:00
parent c9114fe54b
commit 0d4320745e
2 changed files with 107 additions and 124 deletions

View file

@ -31,8 +31,8 @@ libsystemd = { version = "0.5", optional = true }
wayland-backend = "0.1.0"
wayland-scanner = "0.30.0"
cosmic-protocols = { git = "https://github.com/pop-os/cosmic-protocols", branch = "main", default-features = false, features = ["server"] }
libcosmic = { git = "https://github.com/pop-os/libcosmic", rev = "5765053", default-features = false, features = ["tiny_skia"] }
iced_tiny_skia = { git = "https://github.com/pop-os/libcosmic", rev = "5765053" }
libcosmic = { git = "https://github.com/pop-os/libcosmic", rev = "804b183", default-features = false, features = ["tiny_skia"] }
iced_tiny_skia = { git = "https://github.com/pop-os/libcosmic", rev = "804b183" }
tiny-skia = "0.9"
ordered-float = "3.0"
glow = "0.11.2"
@ -41,7 +41,7 @@ tracing-journald = "0.3.0"
tracing = { version = "0.1.37", features = ["max_level_debug", "release_max_level_info"] }
puffin = { version = "0.14.3", optional = true }
puffin_egui = { version = "0.21.0", optional = true }
cosmic-time = { git = "https://github.com/pop-os/cosmic-time", rev = "35dd0b8", default-features = false, features = ["libcosmic"] }
cosmic-time = { git = "https://github.com/pop-os/cosmic-time", rev = "da8217a", default-features = false, features = ["libcosmic"] }
once_cell = "1.18.0"
[dependencies.id_tree]
@ -79,17 +79,3 @@ lto = "fat"
[patch."https://github.com/Smithay/smithay.git"]
smithay = { git = "https://github.com/smithay//smithay", rev = "43ce6b4372" }
[patch."https://github.com/pop-os/libcosmic.git"]
iced = { git = "https://github.com/pop-os/iced.git", branch = "runtime-state-operate" }
iced_accessibility = { git = "https://github.com/pop-os/iced.git", branch = "runtime-state-operate" }
iced_core = { git = "https://github.com/pop-os/iced.git", branch = "runtime-state-operate" }
iced_futures = { git = "https://github.com/pop-os/iced.git", branch = "runtime-state-operate" }
iced_graphics = { git = "https://github.com/pop-os/iced.git", branch = "runtime-state-operate" }
iced_renderer = { git = "https://github.com/pop-os/iced.git", branch = "runtime-state-operate" }
iced_runtime = { git = "https://github.com/pop-os/iced.git", branch = "runtime-state-operate" }
iced_sctk = { git = "https://github.com/pop-os/iced.git", branch = "runtime-state-operate" }
iced_style = { git = "https://github.com/pop-os/iced.git", branch = "runtime-state-operate" }
iced_tiny_skia = { git = "https://github.com/pop-os/iced.git", branch = "runtime-state-operate" }
iced_wgpu = { git = "https://github.com/pop-os/iced.git", branch = "runtime-state-operate" }
iced_widget = { git = "https://github.com/pop-os/iced.git", branch = "runtime-state-operate" }
iced_winit = { git = "https://github.com/pop-os/iced.git", branch = "runtime-state-operate" }