Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove `iced_glow`, `glyph-brush`, and `wgpu_glyph` dependencies | 2023-02-24 | 1 | -51/+0 | |
| | |||||
* | Bump versions :tada: | 2023-02-18 | 1 | -3/+3 | |
| | |||||
* | Bump versions :tada: | 2023-01-14 | 1 | -3/+3 | |
| | |||||
* | Restructured everything to make profiling a feature of iced_winit. | 2023-01-09 | 1 | -4/+2 | |
| | |||||
* | Initial profiling support for Iced. | 2023-01-09 | 1 | -0/+6 | |
| | |||||
* | Bump version of `iced_glow` :tada: | 2022-12-15 | 1 | -1/+1 | |
| | |||||
* | Bump versions :tada: | 2022-12-07 | 1 | -3/+3 | |
| | |||||
* | Bump versions :tada: | 2022-11-10 | 1 | -1/+1 | |
| | |||||
* | Bump versions :tada: | 2022-11-10 | 1 | -3/+3 | |
| | |||||
* | Remove redundant features in `iced_wgpu` and `iced_glow` | 2022-11-05 | 1 | -2/+1 | |
| | |||||
* | Remove unnecessary dependencies from `iced_glow` | 2022-11-05 | 1 | -2/+0 | |
| | |||||
* | Add image/svg support to `iced_glow` | 2022-11-05 | 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. | ||||
* | Bump versions :tada: | 2022-05-02 | 1 | -4/+4 | |
| | |||||
* | Update Rust edition to 2021 :tada: | 2022-02-09 | 1 | -1/+1 | |
| | |||||
* | Use `glutin`, `glow` and `glow_glyph` forks | 2022-01-19 | 1 | -2/+2 | |
| | |||||
* | Bump versions :tada: | 2021-03-31 | 1 | -3/+3 | |
| | |||||
* | Bump versions :tada: | 2020-11-26 | 1 | -1/+1 | |
| | |||||
* | Implement `QRCode` widget | 2020-11-20 | 1 | -0/+1 | |
| | |||||
* | Update `bytemuck` dependency in `iced_glow` | 2020-11-10 | 1 | -1/+1 | |
| | |||||
* | Update `glow` and `glow_glyph` dependencies in `iced_glow` | 2020-11-10 | 1 | -2/+2 | |
| | |||||
* | Update `euclid` dependency in `iced_glow` | 2020-11-10 | 1 | -1/+1 | |
| | |||||
* | Upgrade glam to 0.9 & use glam's Mat4 ortho rh gl. | 2020-08-17 | 1 | -1/+0 | |
| | |||||
* | Update `glow` to `0.5` in `iced_glow` | 2020-07-27 | 1 | -2/+2 | |
| | |||||
* | Feature gate `font-kit` behind `"default_system_font"` feature. | 2020-05-31 | 1 | -1/+2 | |
| | |||||
* | Enable `doc_cfg` for `docs.rs` in `iced_glow` | 2020-05-28 | 1 | -0/+4 | |
| | |||||
* | Update `glyph_brush` and `glow_glyph` | 2020-05-27 | 1 | -2/+2 | |
| | |||||
* | Introduce feature flags to enable `iced_glow` | 2020-05-27 | 1 | -0/+1 | |
| | | | | Also keep `iced_wgpu` as the default renderer for the time being. | ||||
* | Use published `glow` and `glow_glyph` versions | 2020-05-22 | 1 | -8/+2 | |
| | |||||
* | Use `get_uniform_location` for wider compatibility | 2020-05-22 | 1 | -1/+1 | |
| | |||||
* | Use git repository for `glow_glyph` | 2020-05-22 | 1 | -1/+2 | |
| | |||||
* | Update to latest `glow` | 2020-05-21 | 1 | -1/+4 | |
| | |||||
* | Implement `iced_glutin` :tada: | 2020-05-21 | 1 | -7/+6 | |
| | |||||
* | Move built-in fonts to `iced_graphics` | 2020-05-19 | 1 | -1/+1 | |
| | |||||
* | Move `font::Source` to `iced_graphics` | 2020-05-19 | 1 | -1/+1 | |
| | |||||
* | Draft new `iced_graphics` crate :tada: | 2020-05-19 | 1 | -2/+2 | |
| | |||||
* | Draft first working version of `iced_glow` :tada: | 2020-05-19 | 1 | -0/+34 | |