iced/examples/pokedex
Sebastian Dröge d2996f3ed8
image: Allow any kind of data that implements AsRef<[u8]> for the image data
It's not required anywhere for it to be a plain slice or a `Vec` and
this makes it possible to use data allocated in a different way without
copying.
2023-02-17 14:23:13 +01:00
..
src image: Allow any kind of data that implements AsRef<[u8]> for the image data 2023-02-17 14:23:13 +01: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