From e2c52c9728cb03d01b33388a8159db9bd9eac04c Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Mon, 27 Jan 2025 05:01:43 +0100 Subject: Implement AI `gallery` example :tada: It displays the most popular daily images of Civitai! --- examples/download_progress/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'examples/download_progress') 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"] -- cgit