iced/examples/pokedex
Héctor Ramón Jiménez f468e25d0c
Use workspace dependencies and package inheritance
We are also taking this as a chance to synchronize
the versions of all the crates! Because of this, we
will skip the `0.11` version.
2023-09-04 13:08:17 +02:00
..
src Fix new clippy lint in pokedex example 2023-07-13 16:40:47 +02:00
Cargo.toml Use workspace dependencies and package inheritance 2023-09-04 13:08:17 +02:00
README.md Add README for pokedex example 2020-01-20 07:21:56 +01:00

Pokédex

An application that loads a random Pokédex entry using the PokéAPI.

All the example code can be found in the main file.

You can run it on native platforms with cargo run:

cargo run --package pokedex