chore: Update lock

This commit is contained in:
Victoria Brekenfeld 2023-06-26 22:07:33 +02:00
parent 67832f5cad
commit 67bea79da2
3 changed files with 117 additions and 295 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 = "42d7baf", default-features = false }
iced_tiny_skia = { git = "https://github.com/pop-os/libcosmic", rev = "42d7baf" }
libcosmic = { git = "https://github.com/pop-os/libcosmic//", rev = "42d7baf", default-features = false }
iced_tiny_skia = { git = "https://github.com/pop-os/libcosmic//", rev = "42d7baf" }
tiny-skia = "0.9"
ordered-float = "3.0"
glow = "0.11.2"
@ -79,3 +79,5 @@ 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/"]
libcosmic = { git = "https://github.com/pop-os/libcosmic//", rev = "42d7baf" }