summaryrefslogtreecommitdiffstats
path: root/Cargo.toml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added support for custom shader widget for iced_wgpu backend.Libravatar Bingus2023-11-141-1/+1
|
* Merge pull request #1908 from alec-deason/bug/convert_textLibravatar Héctor Ramón2023-11-111-2/+2
|\ | | | | Run convert_text on svg trees so text renders correctly
| * Call `convert_text` on `svg` node before renderingLibravatar Héctor Ramón Jiménez2023-11-111-2/+2
| | | | | | | | | | `tiny-skia` does not support text rendering, so we convert the text nodes to path nodes prior to that.
* | Remove unnecessary `default-features` attribute from `xxhash-rust` dependencyLibravatar Héctor Ramón Jiménez2023-11-111-1/+1
| |
* | Remove patch version from `xxhash-rust` dependencyLibravatar Héctor Ramón Jiménez2023-11-111-1/+1
| |
* | Migrate twox-hash -> xxhash_rust. Switch to Xxh3 for better performance.Libravatar dtzxporter2023-11-111-1/+1
|/ | | | xxhash-rust is more maintained, built against `::core`, so no workaround for wasm is necessary. Switch to Xxh3 for better performance, which shows when loading/hashing image buffers.
* Merge pull request #2123 from iced-rs/text-editorLibravatar Héctor Ramón2023-10-271-1/+9
|\ | | | | `TextEditor` widget (or multi-line text input)
| * Merge branch 'master' into text-editorLibravatar Héctor Ramón Jiménez2023-10-271-3/+3
| |\
| * | Remove `patch.crates-io` section for `cosmic-text` in `Cargo.toml`Libravatar Héctor Ramón Jiménez2023-09-221-6/+2
| | |
| * | Remove `rangemap` patch in `Cargo.toml`Libravatar Héctor Ramón Jiménez2023-09-211-4/+0
| | |
| * | Introduce new `iced_highlighter` subcrateLibravatar Héctor Ramón Jiménez2023-09-191-1/+9
| | |
| * | Use `Font::MONOSPACE` in `editor` exampleLibravatar Héctor Ramón Jiménez2023-09-181-1/+1
| | |
| * | Avoid adding unnecessary spans when syntax highlightingLibravatar Héctor Ramón Jiménez2023-09-171-1/+1
| | |
| * | Implement syntax highlighting cache in `editor` exampleLibravatar Héctor Ramón Jiménez2023-09-171-0/+4
| | |
| * | Use fork of `cosmic-text` with some minor fixesLibravatar Héctor Ramón Jiménez2023-09-161-0/+4
| | |
* | | Use upstream repository for `glyphon` dependencyLibravatar Héctor Ramón Jiménez2023-10-271-1/+1
| |/ |/|
* | Update `wgpu` to `0.18` and `cosmic-text` to `0.10`Libravatar Héctor Ramón Jiménez2023-10-271-3/+3
|/
* Use workspace dependencies and package inheritanceLibravatar Héctor Ramón Jiménez2023-09-041-36/+99
| | | | | | 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/+2
| | | | Instead, we expose a new `webgl` feature.
* Enable all features in `docs.rs`Libravatar Héctor Ramón Jiménez2023-07-281-1/+1
|
* Bump versions :tada:Libravatar Héctor Ramón Jiménez2023-07-281-4/+4
|
* Introduce `web-colors` feature flag to enable sRGB linear blendingLibravatar Héctor Ramón Jiménez2023-05-311-0/+2
| | | | | | | | | | | | | | | 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-3/+1
|
* Merge branch 'master' into advanced-textLibravatar Héctor Ramón Jiménez2023-04-171-3/+3
|\
| * Bump versions :tada:Libravatar Héctor Ramón Jiménez2023-04-131-9/+9
| |
* | Introduce backend feature flags in `iced_renderer`Libravatar Héctor Ramón Jiménez2023-03-061-0/+6
| |
* | Rename `iced_native` to `iced_runtime`Libravatar Héctor Ramón Jiménez2023-03-051-1/+1
| |
* | Create `iced_widget` subcrate and re-organize the whole codebaseLibravatar Héctor Ramón Jiménez2023-03-041-18/+11
| |
* | Move `Canvas` and `QRCode` to `iced` crateLibravatar Héctor Ramón Jiménez2023-03-031-2/+7
| | | | | | | | Rename `canvas` modules to `geometry` in graphics subcrates
* | Use `iced_renderer` instead of `iced_graphics` in root crateLibravatar Héctor Ramón Jiménez2023-02-281-3/+2
| |
* | Scaffold `iced_tiny_skia` and connect it to `iced_renderer`Libravatar Héctor Ramón Jiménez2023-02-251-0/+1
| |
* | Introduce `iced_renderer` subcrate featuring runtime renderer fallbackLibravatar Héctor Ramón Jiménez2023-02-241-9/+5
| |
* | Make `iced_wgpu` a mandatory dependencyLibravatar Héctor Ramón Jiménez2023-02-241-8/+5
| |
* | Remove `iced_glutin` and `iced_glow` leftoversLibravatar Héctor Ramón Jiménez2023-02-241-3/+0
| |
* | Remove `iced_glow`, `glyph-brush`, and `wgpu_glyph` dependenciesLibravatar Héctor Ramón Jiménez2023-02-241-9/+2
|/
* Bump versions :tada:Libravatar Héctor Ramón Jiménez2023-02-181-10/+10
|
* Bump versions :tada:Libravatar Héctor Ramón Jiménez2023-01-141-9/+9
|
* Restructured everything to make profiling a feature of iced_winit.Libravatar bungoboingo2023-01-091-8/+5
|
* Initial profiling support for Iced.Libravatar Bingus2023-01-091-0/+10
|
* Bump versions :tada:Libravatar Héctor Ramón Jiménez2022-12-071-8/+8
|
* Add modal exampleLibravatar Cory Forsstrom2022-11-291-34/+1
|
* Re-introduce the `geometry` exampleLibravatar Héctor Ramón Jiménez2022-11-281-0/+1
|
* Bump versions :tada:Libravatar Héctor Ramón Jiménez2022-11-101-1/+1
|
* Update `README`Libravatar Héctor Ramón Jiménez2022-11-101-1/+1
|
* Bump versions :tada:Libravatar Héctor Ramón Jiménez2022-11-101-10/+10
|
* Merge pull request #1505 from ids1024/weak-dep-featureLibravatar Héctor Ramón2022-11-081-4/+1
|\ | | | | Combine `glow_default_system_font` and `default_system_font` features
| * Combine `glow_default_system_font` and `default_system_font` featuresLibravatar Ian Douglas Scott2022-11-031-4/+1
| | | | | | | | | | | | | | | | | | Apparently "weak dependency features" have been stable since Rust 1.60.0, allowing a feature to enable a feature of a dependency only if that dependency is enabled elsewhere. So having a separate feature for this with glow is unnecessary now. Also remove the `resolver` setting which is redundant on edition 2021.
* | Update `image` dependency to `0.24`Libravatar Héctor Ramón Jiménez2022-11-051-1/+1
| |
* | Add image/svg support to `iced_glow`Libravatar Ian Douglas Scott2022-11-051-2/+2
|/ | | | | | | | | | 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.
* Merge branch 'master' into fear/linear-gradientsLibravatar Héctor Ramón Jiménez2022-11-031-0/+1
|\