Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-04-13 | Bump versions :tada: | 1 | -3/+3 | ||
2023-02-24 | Remove `iced_glow`, `glyph-brush`, and `wgpu_glyph` dependencies | 1 | -51/+0 | ||
2023-02-18 | Bump versions :tada: | 1 | -3/+3 | ||
2023-01-14 | Bump versions :tada: | 1 | -3/+3 | ||
2023-01-09 | Restructured everything to make profiling a feature of iced_winit. | 1 | -4/+2 | ||
2023-01-09 | Initial profiling support for Iced. | 1 | -0/+6 | ||
2022-12-15 | Bump version of `iced_glow` :tada: | 1 | -1/+1 | ||
2022-12-07 | Bump versions :tada: | 1 | -3/+3 | ||
2022-11-10 | Bump versions :tada: | 1 | -1/+1 | ||
2022-11-10 | Bump versions :tada: | 1 | -3/+3 | ||
2022-11-05 | Remove redundant features in `iced_wgpu` and `iced_glow` | 1 | -2/+1 | ||
2022-11-05 | Remove unnecessary dependencies from `iced_glow` | 1 | -2/+0 | ||
2022-11-05 | Add image/svg support to `iced_glow` | 1 | -3/+16 | ||
https://github.com/iced-rs/iced/issues/674 Uses image/svg support in `iced_graphics`. The is not currently using an atlas, and uses one texture/draw per image. This should be good enough for now; supporting images with glow is better than not supporting them, and if something else performs better, that improvement can be made without any change to the public API. | |||||
2022-05-02 | Bump versions :tada: | 1 | -4/+4 | ||
2022-02-09 | Update Rust edition to 2021 :tada: | 1 | -1/+1 | ||
2022-01-19 | Use `glutin`, `glow` and `glow_glyph` forks | 1 | -2/+2 | ||
2021-07-22 | Add `text_multithreading` to `Settings` in `iced_glow` and `iced_wgpu` | 1 | -1/+0 | ||
2021-06-14 | feat: expose draw_cache_multithread | 1 | -0/+1 | ||
2021-03-31 | Bump versions :tada: | 1 | -3/+3 | ||
2020-11-26 | Bump versions :tada: | 1 | -1/+1 | ||
2020-11-20 | Implement `QRCode` widget | 1 | -0/+1 | ||
2020-11-10 | Update `bytemuck` dependency in `iced_glow` | 1 | -1/+1 | ||
2020-11-10 | Update `glow` and `glow_glyph` dependencies in `iced_glow` | 1 | -2/+2 | ||
2020-11-10 | Update `euclid` dependency in `iced_glow` | 1 | -1/+1 | ||
2020-08-17 | Upgrade glam to 0.9 & use glam's Mat4 ortho rh gl. | 1 | -1/+0 | ||
2020-07-27 | Update `glow` to `0.5` in `iced_glow` | 1 | -2/+2 | ||
2020-05-31 | Feature gate `font-kit` behind `"default_system_font"` feature. | 1 | -1/+2 | ||
2020-05-28 | Enable `doc_cfg` for `docs.rs` in `iced_glow` | 1 | -0/+4 | ||
2020-05-27 | Update `glyph_brush` and `glow_glyph` | 1 | -2/+2 | ||
2020-05-27 | Introduce feature flags to enable `iced_glow` | 1 | -0/+1 | ||
Also keep `iced_wgpu` as the default renderer for the time being. | |||||
2020-05-22 | Use published `glow` and `glow_glyph` versions | 1 | -8/+2 | ||
2020-05-22 | Use `get_uniform_location` for wider compatibility | 1 | -1/+1 | ||
2020-05-22 | Use git repository for `glow_glyph` | 1 | -1/+2 | ||
2020-05-21 | Update to latest `glow` | 1 | -1/+4 | ||
2020-05-21 | Implement `iced_glutin` :tada: | 1 | -7/+6 | ||
2020-05-19 | Move built-in fonts to `iced_graphics` | 1 | -1/+1 | ||
2020-05-19 | Move `font::Source` to `iced_graphics` | 1 | -1/+1 | ||
2020-05-19 | Draft new `iced_graphics` crate :tada: | 1 | -2/+2 | ||
2020-05-19 | Draft first working version of `iced_glow` :tada: | 1 | -0/+34 | ||