diff options
author | 2025-01-27 05:01:43 +0100 | |
---|---|---|
committer | 2025-01-27 05:01:43 +0100 | |
commit | e2c52c9728cb03d01b33388a8159db9bd9eac04c (patch) | |
tree | b228e5b08e614887c5c70546427487eb2266358c /examples/download_progress | |
parent | 890d852e0544ffbf06ac7eb8c3904dc04a0008cf (diff) | |
download | iced-e2c52c9728cb03d01b33388a8159db9bd9eac04c.tar.gz iced-e2c52c9728cb03d01b33388a8159db9bd9eac04c.tar.bz2 iced-e2c52c9728cb03d01b33388a8159db9bd9eac04c.zip |
Implement AI `gallery` example :tada:
It displays the most popular daily images of Civitai!
Diffstat (limited to 'examples/download_progress')
-rw-r--r-- | examples/download_progress/Cargo.toml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/download_progress/Cargo.toml b/examples/download_progress/Cargo.toml index 61a1b257..8632c8b8 100644 --- a/examples/download_progress/Cargo.toml +++ b/examples/download_progress/Cargo.toml @@ -11,5 +11,4 @@ iced.features = ["tokio"] [dependencies.reqwest] version = "0.12" -default-features = false -features = ["stream", "rustls-tls"] +features = ["stream"] |