Revert cosmic-text to version compatible with older libcosmic

This commit is contained in:
Jeremy Soller 2026-01-27 09:55:15 -07:00
parent dc73ef3745
commit 0c26bf4e1b
No known key found for this signature in database
GPG key ID: 670FDFB5428E05CA
2 changed files with 83 additions and 110 deletions

View file

@ -56,6 +56,11 @@ wgpu = ["iced_video_player/wgpu", "libcosmic/wgpu"]
inherits = "release"
debug = true
# Keep cosmic-text at version compatible with prev-master of libcosmic
[patch.'https://github.com/pop-os/cosmic-text'.cosmic-text]
git = "https://github.com/pop-os/cosmic-text//"
rev = "166b59f560c551dab391a864f7c1f503c1e18446"
# [patch.'https://github.com/jackpot51/iced_video_player']
# iced_video_player = { path = "../../iced_video_player" }