summaryrefslogtreecommitdiffstats
path: root/Cargo.toml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Pin `web-sys` dependency to `0.3.67` for nowLibravatar Héctor Ramón Jiménez2024-02-071-1/+1
| | | | Context: https://github.com/rustwasm/wasm-bindgen/issues/3834
* Remove patch version from `softbuffer`Libravatar Héctor Ramón Jiménez2024-01-181-1/+1
|
* Remove `winit` dependency from `iced` root crateLibravatar Héctor Ramón Jiménez2024-01-181-2/+0
|
* Remove `Compositor` window genericLibravatar Héctor Ramón Jiménez2024-01-181-7/+3
| | | | And update `glyphon` and `window_clipboard`
* WIP raw-window-handle 0.6Libravatar Ian Douglas Scott2024-01-161-6/+12
|
* Update to `softbuffer` 0.3, tracking up to `age` sets of primitivesLibravatar Ian Douglas Scott2024-01-171-1/+1
|
* Refactor `KeyCode` into `Key` and `Location`Libravatar Héctor Ramón Jiménez2024-01-161-0/+1
|
* Merge branch 'master' into update-winitLibravatar Héctor Ramón Jiménez2024-01-161-1/+1
|\
| * Update `glyphon` to `0.4`Libravatar Héctor Ramón Jiménez2024-01-151-1/+1
| | | | | | | | `Color` is now always in the sRGB color space.
* | Update `winit` fork to `0.29.10`Libravatar Héctor Ramón Jiménez2024-01-161-1/+1
| |
* | Update `winit` fork to `0.29.8`Libravatar Héctor Ramón Jiménez2024-01-041-1/+1
| |
* | Enable `rwh_06` feature for `winit` dependencyLibravatar Héctor Ramón Jiménez2023-12-151-1/+1
| |
* | Update `winit` to `0.29.4`Libravatar Héctor Ramón Jiménez2023-12-151-2/+2
|/
* Move `multi-window` feature before the `advanced` oneLibravatar Héctor Ramón Jiménez2023-11-291-2/+2
|
* Merge branch 'master' into feat/multi-window-supportLibravatar Héctor Ramón Jiménez2023-11-291-38/+111
|\
| * 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
| |
* | refactored window storage;Libravatar Bingus2023-07-211-1/+1
| | | | | | | | | | new helper window events (Destroyed, Created); clippy + fmt;
* | Merge remote-tracking branch 'origin/master' into feat/multi-window-supportLibravatar Bingus2023-07-121-35/+22
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # Cargo.toml # core/src/window/icon.rs # core/src/window/id.rs # core/src/window/position.rs # core/src/window/settings.rs # examples/integration/src/main.rs # examples/integration_opengl/src/main.rs # glutin/src/application.rs # native/src/subscription.rs # native/src/window.rs # runtime/src/window/action.rs # src/lib.rs # src/window.rs # winit/Cargo.toml # winit/src/application.rs # winit/src/icon.rs # winit/src/settings.rs # winit/src/window.rs
| * 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
| | |