chore: Update calloop (#173)

* chore: Update calloop

* chore: Allow compiling without windowing system

* CI: Add test without any features
This commit is contained in:
Victoria Brekenfeld 2023-10-02 17:51:33 +02:00 committed by GitHub
parent e1d1b0bad5
commit f91287dec2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 6 deletions

View file

@ -10,7 +10,7 @@ subscription = ["iced_futures"]
[dependencies]
atomicwrites = "0.4.0"
calloop = { version = "0.10.5", optional = true }
calloop = { version = "0.12.2", optional = true }
dirs = "5.0.1"
notify = "6.0.0"
ron = "0.8.0"