Implement AI gallery example 🎉

It displays the most popular daily images of Civitai!
This commit is contained in:
Héctor Ramón Jiménez 2025-01-27 05:01:43 +01:00
parent 890d852e05
commit e2c52c9728
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
8 changed files with 714 additions and 121 deletions

View file

@ -11,5 +11,4 @@ iced.features = ["tokio"]
[dependencies.reqwest]
version = "0.12"
default-features = false
features = ["stream", "rustls-tls"]
features = ["stream"]