Use prev-master branch of libcosmic

This commit is contained in:
Jeremy Soller 2024-12-03 15:27:56 -07:00
parent 1d8e7b4f36
commit 352b98fde1
No known key found for this signature in database
GPG key ID: D02FD439211AF56F
2 changed files with 518 additions and 327 deletions

View file

@ -18,11 +18,12 @@ log = "0.4"
[dependencies.iced_video_player]
git = "https://github.com/jackpot51/iced_video_player.git"
branch = "cosmic"
branch = "prev-cosmic"
default-features = false
[dependencies.libcosmic]
git = "https://github.com/pop-os/libcosmic.git"
branch = "prev-master"
default-features = false
features = ["tokio", "winit"]