summaryrefslogtreecommitdiffstats
path: root/examples/pokedex (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update `reqwest` in examplesLibravatar Héctor Ramón Jiménez2022-01-131-1/+2
| | | | ... and rely on `rustls` instead of `native-tls`
* Remove support for old `tokio` crateLibravatar Héctor Ramón Jiménez2022-01-121-2/+2
|
* Remove unused fields in `pokedex` exampleLibravatar Héctor Ramón Jiménez2021-12-071-4/+1
|
* Refactor alignment types into an `alignment` moduleLibravatar Héctor Ramón Jiménez2021-09-201-6/+6
|
* Introduce and use `CrossAlign` enum for `Column` and `Row`Libravatar Héctor Ramón Jiménez2021-09-201-6/+6
|
* Make `Command` implementations platform-specificLibravatar Héctor Ramón Jiménez2021-09-021-7/+3
| | | | | | | | | This allows us to introduce a platform-specific `Action` to both `iced_native` and `iced_web` and remove the `Clipboard` from `Application::update` to maintain purity. Additionally, this should let us implement further actions to let users query and modify the shell environment (e.g. window, clipboard, and more!)
* Run cargo fmtLibravatar Dispersia2021-04-121-1/+4
|
* Add `clipboard` argument to `Application::update`Libravatar Héctor Ramón Jiménez2021-03-111-3/+7
|
* Use `image::Viewer` in `pokedex` exampleLibravatar Héctor Ramón Jiménez2020-12-181-3/+8
|
* Merge pull request #595 from valbendan/masterLibravatar Héctor Ramón2020-11-251-1/+1
|\ | | | | upgrade tokio to latest version(v0.3)
| * Introduce `tokio_old` featureLibravatar Héctor Ramón Jiménez2020-11-251-1/+1
| | | | | | | | | | This feature allows users to rely on the `0.2` version of `tokio` while the async ecosystem upgrades to the latest version.
* | Use `f32` for `border_width` and `border_radius`Libravatar Héctor Ramón Jiménez2020-11-231-1/+1
|/
* Make `Application` and `Sandbox` return a `Result`Libravatar Héctor Ramón Jiménez2020-09-081-1/+1
|
* Merge pull request #246 from hecrj/feature/application-flagsLibravatar Héctor Ramón2020-03-311-1/+2
|\ | | | | Application flags
| * Allow passing external state to `Application::new`Libravatar Héctor Ramón Jiménez2020-03-301-1/+2
| |
* | Implement `padding` support for `Container`Libravatar Héctor Ramón Jiménez2020-03-311-1/+1
|/
* Update `reqwest` in `pokedex` exampleLibravatar Héctor Ramón Jiménez2020-03-061-5/+9
|
* Add `font-family` to `Text` style in `iced_web`Libravatar Héctor Ramón Jiménez2020-02-061-0/+1
|
* Allow switching `executor::Default` with featuresLibravatar Héctor Ramón Jiménez2020-02-062-8/+2
|
* Make `pokedex` example work on WasmLibravatar Héctor Ramón Jiménez2020-02-052-11/+37
|
* Use `reqwest` and `tokio` in `pokedex` exampleLibravatar Héctor Ramón Jiménez2020-02-052-10/+10
|
* Make `image` support optional in `iced_wgpu`Libravatar Héctor Ramón Jiménez2020-01-201-1/+1
| | | | | This reduces binary size when image rendering is not necessary a considerable amount.
* Add `README` for `pokedex` exampleLibravatar Héctor Ramón Jiménez2020-01-201-0/+17
|
* Package examples and remove `dev-dependencies`Libravatar Héctor Ramón Jiménez2020-01-202-0/+257