diff options
author | 2025-01-28 03:47:13 +0100 | |
---|---|---|
committer | 2025-01-28 03:47:13 +0100 | |
commit | 00a048677fc43a5e3106dff17e0c1c490fdc5ce1 (patch) | |
tree | 2c63fffc6a06148c8ed65753debc0a1f6a17f52e /examples/pokedex | |
parent | da1726b134ae084dd76b9e0a1107a771f69ed7c9 (diff) | |
parent | cd445f758f08f97a719a3320d54df30620aa4434 (diff) | |
download | iced-00a048677fc43a5e3106dff17e0c1c490fdc5ce1.tar.gz iced-00a048677fc43a5e3106dff17e0c1c490fdc5ce1.tar.bz2 iced-00a048677fc43a5e3106dff17e0c1c490fdc5ce1.zip |
Merge pull request #2757 from iced-rs/feature/animation-api
`Animation` API for application code
Diffstat (limited to 'examples/pokedex')
-rw-r--r-- | examples/pokedex/Cargo.toml | 3 |
1 files changed, 1 insertions, 2 deletions
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" |