Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update all `examples` to Rust 2024 | 2025-02-21 | 1 | -1/+1 | |
| | |||||
* | Embed and use Fira Sans as default font when testing | 2024-12-12 | 1 | -1/+1 | |
| | |||||
* | Change init_with_level to init in examples | 2023-09-09 | 1 | -1/+0 | |
| | |||||
* | Add logging for web in tour example | 2023-09-09 | 1 | -0/+5 | |
| | |||||
* | Add webgl feature for web examples | 2023-09-09 | 1 | -0/+4 | |
| | |||||
* | Use workspace dependencies and package inheritance | 2023-09-04 | 1 | -2/+4 | |
| | | | | | | We are also taking this as a chance to synchronize the versions of all the crates! Because of this, we will skip the `0.11` version. | ||||
* | Added support for gradients as background variants + other optimizations. | 2023-05-11 | 1 | -1/+1 | |
| | |||||
* | Update Rust edition to 2021 :tada: | 2022-02-09 | 1 | -1/+1 | |
| | |||||
* | Update `env_logger` in `tour` and `integration` examples | 2020-11-10 | 1 | -1/+1 | |
| | |||||
* | Remove `wasm_bindgen(start)` from `tour` example | 2020-02-06 | 1 | -3/+0 | |
| | |||||
* | 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. | ||||
* | Add `README` for `tour` example | 2020-01-20 | 1 | -1/+1 | |
| | |||||
* | Package examples and remove `dev-dependencies` | 2020-01-20 | 1 | -0/+13 | |
| | |||||
* | Make `tour` a simple example instead of a crate | 2019-10-06 | 1 | -12/+0 | |
| | |||||
* | Start `iced_winit` and `iced_wgpu` | 2019-10-03 | 1 | -22/+1 | |
| | |||||
* | Merge branch 'master' into web | 2019-09-21 | 1 | -0/+1 | |
| | |||||
* | Make example work on web and update READMEs | 2019-09-21 | 1 | -2/+5 | |
| | |||||
* | Create `iced_core` and `iced_native` | 2019-09-20 | 1 | -1/+1 | |
| | |||||
* | Unify `web` and `ggez` tour examples :tada: | 2019-09-19 | 1 | -0/+29 | |