feat: add about drawer
Some checks are pending
Validate .desktop files / validate (push) Waiting to run
Some checks are pending
Validate .desktop files / validate (push) Waiting to run
This commit is contained in:
parent
bee543258a
commit
91b1ad874d
6 changed files with 100 additions and 3 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue