Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Introduce `strict-assertions` feature flag | 2024-09-20 | 1 | -0/+1 | |
| | | | | | | For now, this feature flag only enables validation in `iced_wgpu`; which has become quite expensive since its `0.20` release. | ||||
* | Merge branch 'master' into wgpu/better-architecture | 2024-04-07 | 1 | -0/+3 | |
|\ | |||||
| * | Use built-in `[lints]` table in `Cargo.toml` | 2024-04-07 | 1 | -0/+3 | |
| | | |||||
* | | Redesign `iced_wgpu` layering architecture | 2024-04-03 | 1 | -1/+0 | |
|/ | |||||
* | Make `iced_tiny_skia` optional with a `tiny-skia` feature | 2024-03-22 | 1 | -4/+6 | |
| | |||||
* | Gate `Custom` variants in `iced_renderer` behind `custom` feature | 2024-03-21 | 1 | -0/+1 | |
| | |||||
* | Embed Fira Sans font on Wasm builds by default | 2024-02-20 | 1 | -0/+1 | |
| | |||||
* | Remove `Compositor` window generic | 2024-01-18 | 1 | -1/+0 | |
| | | | | And update `glyphon` and `window_clipboard` | ||||
* | Use workspace dependencies and package inheritance | 2023-09-04 | 1 | -23/+16 | |
| | | | | | | 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. | ||||
* | Enable WebGPU backend in `wgpu` by default instead of WebGL | 2023-09-04 | 1 | -0/+1 | |
| | | | | Instead, we expose a new `webgl` feature. | ||||
* | Bump versions :tada: | 2023-07-28 | 1 | -2/+9 | |
| | |||||
* | Decouple `Mesh` primitives from main `Primitive` type | 2023-06-29 | 1 | -0/+1 | |
| | |||||
* | Introduce `web-colors` feature flag to enable sRGB linear blending | 2023-05-31 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | This is how browsers perform color management. They treat gamma-corrected sRGB colors as if they were linear RGB. Correctness aside, this mode is introduced for legacy reasons. Most UI/UX tooling uses this color management as well, and many have created an intuition about how color should behave from interacting with a browser. This feature flag should facilitate application development with `iced` in those cases. More details: https://webcolorisstillbroken.com/ | ||||
* | Bundle `tiny-skia` backend together with `iced_renderer` | 2023-05-10 | 1 | -10/+8 | |
| | |||||
* | Merge branch 'master' into advanced-text | 2023-04-17 | 1 | -2/+2 | |
| | |||||
* | Introduce backend feature flags in `iced_renderer` | 2023-03-06 | 1 | -1/+5 | |
| | |||||
* | Move `webgl` feature selection for `wgpu` into `iced_wgpu` | 2023-03-05 | 1 | -6/+4 | |
| | |||||
* | Create `iced_widget` subcrate and re-organize the whole codebase | 2023-03-04 | 1 | -4/+0 | |
| | |||||
* | Move `Canvas` and `QRCode` to `iced` crate | 2023-03-03 | 1 | -7/+1 | |
| | | | | Rename `canvas` modules to `geometry` in graphics subcrates | ||||
* | Implement `Canvas` support for `iced_tiny_skia` | 2023-03-01 | 1 | -2/+8 | |
| | |||||
* | Use `iced_renderer` instead of `iced_graphics` in root crate | 2023-02-28 | 1 | -0/+2 | |
| | |||||
* | Scaffold `iced_tiny_skia` and connect it to `iced_renderer` | 2023-02-25 | 1 | -2/+6 | |
| | |||||
* | Introduce `iced_renderer` subcrate featuring runtime renderer fallback | 2023-02-24 | 1 | -0/+26 | |