Patch polling for redox and update dependencies

This commit is contained in:
Jeremy Soller 2025-04-17 08:36:48 -06:00
parent 7d9cea88c1
commit f6c7188ebb
No known key found for this signature in database
GPG key ID: 670FDFB5428E05CA
2 changed files with 67 additions and 13 deletions

View file

@ -62,6 +62,8 @@ wgpu = ["libcosmic/wgpu", "cosmic-files/wgpu"]
inherits = "release"
debug = true
[patch.crates-io]
# https://github.com/smol-rs/polling/pull/235
polling = { git = "https://github.com/jackpot51/polling.git", branch = "master" }
xdg-mime = { git = "https://github.com/ellieplayswow/xdg-mime-rs", branch = "feature/get-same-as" }
# [patch.'https://github.com/pop-os/libcosmic']