iced/examples/download_progress/Cargo.toml
Héctor Ramón Jiménez e2c52c9728
Implement AI gallery example 🎉
It displays the most popular daily images of Civitai!
2025-01-27 05:01:43 +01:00

14 lines
295 B
TOML

[package]
name = "download_progress"
version = "0.1.0"
authors = ["Songtronix <contact@songtronix.com>", "Folyd <lyshuhow@gmail.com>"]
edition = "2021"
publish = false
[dependencies]
iced.workspace = true
iced.features = ["tokio"]
[dependencies.reqwest]
version = "0.12"
features = ["stream"]