summaryrefslogtreecommitdiffstats
path: root/renderer/Cargo.toml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Introduce `strict-assertions` feature flagLibravatar Héctor Ramón Jiménez2024-09-201-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-architectureLibravatar Héctor Ramón Jiménez2024-04-071-0/+3
|\
| * Use built-in `[lints]` table in `Cargo.toml`Libravatar Héctor Ramón Jiménez2024-04-071-0/+3
| |
* | Redesign `iced_wgpu` layering architectureLibravatar Héctor Ramón Jiménez2024-04-031-1/+0
|/
* Make `iced_tiny_skia` optional with a `tiny-skia` featureLibravatar Héctor Ramón Jiménez2024-03-221-4/+6
|
* Gate `Custom` variants in `iced_renderer` behind `custom` featureLibravatar Héctor Ramón Jiménez2024-03-211-0/+1
|
* Embed Fira Sans font on Wasm builds by defaultLibravatar Héctor Ramón Jiménez2024-02-201-0/+1
|
* Remove `Compositor` window genericLibravatar Héctor Ramón Jiménez2024-01-181-1/+0
| | | | And update `glyphon` and `window_clipboard`
* Use workspace dependencies and package inheritanceLibravatar Héctor Ramón Jiménez2023-09-041-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 WebGLLibravatar Héctor Ramón Jiménez2023-09-041-0/+1
| | | | Instead, we expose a new `webgl` feature.
* Bump versions :tada:Libravatar Héctor Ramón Jiménez2023-07-281-2/+9
|
* Decouple `Mesh` primitives from main `Primitive` typeLibravatar Héctor Ramón Jiménez2023-06-291-0/+1
|
* Introduce `web-colors` feature flag to enable sRGB linear blendingLibravatar Héctor Ramón Jiménez2023-05-311-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`Libravatar Héctor Ramón Jiménez2023-05-101-10/+8
|
* Merge branch 'master' into advanced-textLibravatar Héctor Ramón Jiménez2023-04-171-2/+2
|
* Introduce backend feature flags in `iced_renderer`Libravatar Héctor Ramón Jiménez2023-03-061-1/+5
|
* Move `webgl` feature selection for `wgpu` into `iced_wgpu`Libravatar Héctor Ramón Jiménez2023-03-051-6/+4
|
* Create `iced_widget` subcrate and re-organize the whole codebaseLibravatar Héctor Ramón Jiménez2023-03-041-4/+0
|
* Move `Canvas` and `QRCode` to `iced` crateLibravatar Héctor Ramón Jiménez2023-03-031-7/+1
| | | | Rename `canvas` modules to `geometry` in graphics subcrates
* Implement `Canvas` support for `iced_tiny_skia`Libravatar Héctor Ramón Jiménez2023-03-011-2/+8
|
* Use `iced_renderer` instead of `iced_graphics` in root crateLibravatar Héctor Ramón Jiménez2023-02-281-0/+2
|
* Scaffold `iced_tiny_skia` and connect it to `iced_renderer`Libravatar Héctor Ramón Jiménez2023-02-251-2/+6
|
* Introduce `iced_renderer` subcrate featuring runtime renderer fallbackLibravatar Héctor Ramón Jiménez2023-02-241-0/+26