summaryrefslogtreecommitdiffstats
path: root/examples/pokedex.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make `Button::background` genericLibravatar Héctor Ramón Jiménez2019-12-051-3/+3
|
* Implemented `From<Color` for `Background`Libravatar Malte Veerman2019-12-041-2/+2
|
* Rename `image::Handle::from_bytes` to `from_memory`Libravatar Héctor Ramón Jiménez2019-12-041-0/+231
Also, replace `image` example with a new `pokedex` example using the PokéAPI.