Add spin mode to ferris example 🦀

This commit is contained in:
Héctor Ramón Jiménez 2024-05-03 07:23:55 +02:00
parent eac5bcb64f
commit 4010e3983d
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
4 changed files with 87 additions and 16 deletions

View file

@ -7,4 +7,4 @@ publish = false
[dependencies]
iced.workspace = true
iced.features = ["image", "debug"]
iced.features = ["image", "tokio", "debug"]