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/pokedex/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'examples/pokedex') diff --git a/examples/pokedex/Cargo.toml b/examples/pokedex/Cargo.toml index 1a6d5445..b3be4e14 100644 --- a/examples/pokedex/Cargo.toml +++ b/examples/pokedex/Cargo.toml @@ -17,8 +17,7 @@ features = ["derive"] [dependencies.reqwest] version = "0.12" -default-features = false -features = ["json", "rustls-tls"] +features = ["json"] [dependencies.rand] version = "0.8" -- cgit