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

@ -0,0 +1,23 @@
[package]
name = "gallery"
version = "0.1.0"
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
edition = "2021"
publish = false
[dependencies]
iced.workspace = true
iced.features = ["tokio", "image", "web-colors", "debug"]
reqwest.version = "0.12"
reqwest.features = ["json"]
serde.version = "1.0"
serde.features = ["derive"]
bytes.workspace = true
image.workspace = true
tokio.workspace = true
[lints]
workspace = true