Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2025-02-21 | Update all `examples` to Rust 2024 | 1 | -1/+1 | ||
2024-12-12 | Embed and use Fira Sans as default font when testing | 1 | -1/+1 | ||
2023-09-09 | Change init_with_level to init in examples | 1 | -1/+0 | ||
2023-09-09 | Add logging for web in tour example | 1 | -0/+5 | ||
2023-09-09 | Add webgl feature for web examples | 1 | -0/+4 | ||
2023-09-04 | Use workspace dependencies and package inheritance | 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. | |||||
2023-05-11 | Added support for gradients as background variants + other optimizations. | 1 | -1/+1 | ||
2022-02-09 | Update Rust edition to 2021 :tada: | 1 | -1/+1 | ||
2020-11-10 | Update `env_logger` in `tour` and `integration` examples | 1 | -1/+1 | ||
2020-05-21 | Implement `iced_glutin` :tada: | 1 | -2/+1 | ||
2020-05-19 | Draft first working version of `iced_glow` :tada: | 1 | -1/+2 | ||
2020-02-06 | Remove `wasm_bindgen(start)` from `tour` example | 1 | -3/+0 | ||
2020-01-20 | Make `image` support optional in `iced_wgpu` | 1 | -1/+1 | ||
This reduces binary size when image rendering is not necessary a considerable amount. | |||||
2020-01-20 | Add `README` for `tour` example | 1 | -1/+1 | ||
2020-01-20 | Package examples and remove `dev-dependencies` | 1 | -0/+13 | ||
2019-10-06 | Make `tour` a simple example instead of a crate | 1 | -12/+0 | ||
2019-10-03 | Start `iced_winit` and `iced_wgpu` | 1 | -22/+1 | ||
2019-09-21 | Make example work on web and update READMEs | 1 | -2/+5 | ||
2019-09-20 | Create `iced_core` and `iced_native` | 1 | -1/+1 | ||
2019-09-19 | Unify `web` and `ggez` tour examples :tada: | 1 | -0/+29 | ||