Add file menu, improve naming of subtitles

This commit is contained in:
Jeremy Soller 2024-12-05 12:20:37 -07:00
parent 214e894491
commit 7f9d56ae0c
No known key found for this signature in database
GPG key ID: D02FD439211AF56F
6 changed files with 210 additions and 72 deletions

View file

@ -4,6 +4,7 @@ version = "0.1.0"
edition = "2021"
[dependencies]
gstreamer-tag = "0.23"
lazy_static = "1"
serde = { version = "1", features = ["serde_derive"] }
tokio = "1"
@ -32,7 +33,8 @@ version = "0.2.1"
features = ["serde"]
[features]
default = ["wgpu"]
default = ["xdg-portal", "wgpu"]
xdg-portal = ["libcosmic/xdg-portal"]
wgpu = ["iced_video_player/wgpu", "libcosmic/wgpu"]
[profile.release-with-debug]