deps: Unify iced version used by cosmic-comp and cosmic-time

This commit is contained in:
Victoria Brekenfeld 2023-06-02 13:11:06 +02:00
parent 53c6af5b21
commit 359cf70b49
5 changed files with 93 additions and 910 deletions

View file

@ -30,10 +30,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 = "31f7e97d5b", default-features = false, features = ["tiny_skia"] }
iced_core = { git = "https://github.com/pop-os/libcosmic", rev = "31f7e97d5b" }
iced_renderer = { git = "https://github.com/pop-os/libcosmic", rev = "31f7e97d5b" }
iced_tiny_skia = { git = "https://github.com/pop-os/libcosmic", rev = "31f7e97d5b" }
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" }
tiny-skia = "0.9"
ordered-float = "3.0"
glow = "0.11.2"
@ -42,7 +40,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 = "0.2.0"
cosmic-time = { git = "https://github.com/pop-os/cosmic-time", rev = "35dd0b8", default-features = false, features = ["libcosmic"] }
[dependencies.id_tree]
git = "https://github.com/Drakulix/id-tree.git"