dependency update

This commit is contained in:
Ashley Wulber 2022-01-21 16:51:21 -05:00
parent 25806a6272
commit c03d6a9d0a
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -1007,7 +1007,7 @@ checksum = "1b03d17f364a3a042d5e5d46b053bbbf82c92c9430c592dd4c064dc6ee997125"
[[package]]
name = "libcosmic"
version = "0.1.0"
source = "git+https://github.com/pop-os/libcosmic?branch=layershell#02fb21bebada4db1b1bb86d2ea11124dd3c40ddb"
source = "git+https://github.com/pop-os/libcosmic#36d317a3e34809cf7220ddc59b4f9771bd637bad"
dependencies = [
"cascade",
"derivative",

View file

@ -16,7 +16,7 @@ gdk4-x11 = { version = "0.4.2", features = [ "xlib" ] }
gdk4-wayland = { version = "0.4", optional = true }
gtk4 = "0.4"
gobject-sys = "0.15"
libcosmic = { git = "https://github.com/pop-os/libcosmic", branch = "layershell"}
libcosmic = { git = "https://github.com/pop-os/libcosmic" }
once_cell = "1"
serde = "1"
toml = "0.5"