iced/examples/pokedex
2022-06-29 10:51:01 +02:00
..
src Introduce StyleSheet for Text widget 2022-06-29 10:51:01 +02:00
Cargo.toml Update Rust edition to 2021 🎉 2022-02-09 17:57:44 +07: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