utils: Add iced/libcosmic-integration

This commit is contained in:
Victoria Brekenfeld 2023-01-09 13:55:24 +01:00
parent 08c6e3f209
commit 47dfc85314
4 changed files with 2224 additions and 133 deletions

View file

@ -8,7 +8,9 @@ authors = ["Victoria Brekenfeld"]
[dependencies]
anyhow = { version = "1.0.51", features = ["backtrace"] }
bitflags = "1.3.2"
slog = { version = "2.7", features = [] } # "release_max_level_debug", "max_level_trace"] }
bytemuck = "1.12"
calloop = { version = "0.10.1", features = ["executor"] }
slog = { version = "2.7", features = [ "max_level_debug" ] } # "release_max_level_debug", "max_level_trace"] }
slog-term = "2.8"
slog-async = "2.7"
slog-journald = "2.2.0"
@ -36,6 +38,8 @@ libsystemd = "0.5"
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 = { path = "../libcosmic", default-features = false, features = ["swbuf"] } #{ git = "https://github.com/pop-os/libcosmic", rev = "444e389496", default-features = false, features = ["swbuf"] }
iced_swbuf = { path = "../libcosmic/iced/swbuf" }
[dependencies.smithay]
version = "0.3"