summaryrefslogtreecommitdiffstats
path: root/examples/pokedex.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add border and shadow styling to `Button`Libravatar Héctor Ramón Jiménez2020-01-051-2/+3
|
* Add `Renderer::Defaults` and style inheritanceLibravatar Héctor Ramón Jiménez2019-12-301-3/+4
|
* Draft `Style` and `StyleSheet` for `Button`Libravatar Héctor Ramón Jiménez2019-12-291-2/+21
|
* Use `surf` in `pokedex` exampleLibravatar Héctor Ramón Jiménez2019-12-141-14/+9
|
* 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.