Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update Rust edition to 2021 :tada: | 2022-02-09 | 1 | -1/+1 | |
| | |||||
* | Update `reqwest` in examples | 2022-01-13 | 1 | -1/+2 | |
| | | | | ... and rely on `rustls` instead of `native-tls` | ||||
* | Remove support for old `tokio` crate | 2022-01-12 | 1 | -2/+2 | |
| | |||||
* | Introduce `tokio_old` feature | 2020-11-25 | 1 | -1/+1 | |
| | | | | | This feature allows users to rely on the `0.2` version of `tokio` while the async ecosystem upgrades to the latest version. | ||||
* | Update `reqwest` in `pokedex` example | 2020-03-06 | 1 | -5/+9 | |
| | |||||
* | Allow switching `executor::Default` with features | 2020-02-06 | 1 | -2/+1 | |
| | |||||
* | Make `pokedex` example work on Wasm | 2020-02-05 | 1 | -2/+7 | |
| | |||||
* | Use `reqwest` and `tokio` in `pokedex` example | 2020-02-05 | 1 | -3/+3 | |
| | |||||
* | Make `image` support optional in `iced_wgpu` | 2020-01-20 | 1 | -1/+1 | |
| | | | | | This reduces binary size when image rendering is not necessary a considerable amount. | ||||
* | Package examples and remove `dev-dependencies` | 2020-01-20 | 1 | -0/+14 | |