feat: add about drawer
Some checks are pending
Validate .desktop files / validate (push) Waiting to run

This commit is contained in:
Lionel DARNIS 2026-05-25 12:11:14 +02:00
parent bee543258a
commit 91b1ad874d
6 changed files with 100 additions and 3 deletions

View file

@ -30,6 +30,7 @@ rust-embed = "8"
# Logging
env_logger = "0.11"
log = "0.4"
open = "5.3.2"
[dependencies.iced_video_player]
path = "vendor/iced_video_player"
@ -39,7 +40,7 @@ default-features = false
package = "libcosmic-yoda"
path = "../libcosmic"
default-features = false
features = ["advanced-shaping", "tokio", "winit", "multi-window"]
features = ["about", "advanced-shaping", "tokio", "winit", "multi-window"]
[dependencies.mpris-server]
version = "0.10"