summaryrefslogtreecommitdiffstats
path: root/Cargo.toml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\
| * Rename `cached` example to `lazy`Libravatar Héctor Ramón Jiménez2022-11-031-1/+1
| |
| * add exampleLibravatar Nick Senger2022-11-031-0/+1
| |
* | Merge branch 'master' into fear/linear-gradientsLibravatar Bingus2022-10-071-0/+1
|\|
| * Working multitouch exampleLibravatar Artur Sapek2022-10-041-0/+1
| |
* | Readjusted namespaces, removed Geometry example as it's no longer relevant.Libravatar shan2022-10-051-1/+0
| |
* | Adds linear gradient support to 2D meshes in the canvas widget.Libravatar shan2022-09-291-0/+1
|/
* Remove `application` feature from `iced` crateLibravatar Héctor Ramón Jiménez2022-09-261-4/+2
|
* Add application feature, which allows to build freestanding wgpu appLibravatar aentity2022-09-261-1/+3
|
* Merge pull request #1174 from daladim/icon_from_fileLibravatar Héctor Ramón2022-09-231-1/+6
|\ | | | | Added convenience functions for window::icon::Icon
| * Added convenience functions for window::icon::IconLibravatar daladim2022-03-011-1/+6
| |
* | Implement sierpinski-triangle exampleLibravatar xkenmon2022-09-231-0/+1
| |
* | Remove old pure feature from docs.rs build metadataLibravatar Aphek2022-08-311-1/+1
| |
* | Enable `arc` exampleLibravatar Héctor Ramón Jiménez2022-07-271-0/+1
| |
* | Replace stateful widgets with new `iced_pure` APILibravatar Héctor Ramón Jiménez2022-07-271-14/+0
| |
* | add pure version of color_palette exampleLibravatar Max Unsted2022-07-271-0/+1
| |
* | Add custom profile release-optLibravatar Luni-42022-07-141-0/+10
| |
* | Add and purify `arc` example by @ThatsNoMoonLibravatar Héctor Ramón Jiménez2022-07-101-0/+1
| |
* | Merge branch 'master' into dev/system-informationLibravatar Héctor Ramón Jiménez2022-05-041-12/+13
|\ \
| * | Bump version :tada:Libravatar Héctor Ramón Jiménez2022-05-031-1/+1
| | |
| * | Bump version in `README`Libravatar Héctor Ramón Jiménez2022-05-021-1/+1
| | |
| * | Bump versions :tada:Libravatar Héctor Ramón Jiménez2022-05-021-11/+11
| | |
| * | Enable `pure` feature in `docs.rs`Libravatar Héctor Ramón Jiménez2022-05-021-1/+1
| | |
| * | Implemented Tooltip as PureLibravatar Casper Rogild Storm2022-04-221-0/+1
| | |
* | | Sort workspace members in `Cargo.toml`Libravatar Héctor Ramón Jiménez2022-05-041-2/+2
| | |
* | | Expose `system` module through feature flagLibravatar Héctor Ramón Jiménez2022-04-301-0/+2
| | |
* | | Simplify the `QueryInformation` ActionLibravatar Richard2022-04-271-2/+0
| | |
* | | Add `system_information` exampleLibravatar Richard2022-04-261-0/+1
| | |
* | | Add `sysinfo` crate through feature flagLibravatar Richard2022-04-261-0/+2
|/ /
* | Implement `pure` version of `PaneGrid` widgetLibravatar Héctor Ramón Jiménez2022-03-141-0/+1
| |
* | Implement `pure` version of `game_of_life` example :tada:Libravatar Héctor Ramón Jiménez2022-03-091-0/+1
| |
* | Implement `pure` version of `Canvas` widgetLibravatar Héctor Ramón Jiménez2022-03-091-1/+1
| |
* | Remove redundant `widget` modules in subcratesLibravatar Héctor Ramón Jiménez2022-03-091-8/+6
| | | | | | | | Instead, we can define the type aliases just once in the root crate!
* | Implement `pure` version of `component` exampleLibravatar Héctor Ramón Jiménez2022-02-171-0/+1
| |
* | Implement `pure` version of `pick_list` example :tada:Libravatar Héctor Ramón Jiménez2022-02-161-0/+1
| |
* | Implement `pure` version of the `tour` example :tada:Libravatar Héctor Ramón Jiménez2022-02-131-0/+1
| |
* | Implement pure version of `todos` example :tada:Libravatar Héctor Ramón Jiménez2022-02-121-0/+1
| | | | | | | | | | | | | | | | The `Widget` trait in `iced_pure` needed to change a bit to make the implementation of `Element::map` possible. Specifically, the `children` method has been split into `diff` and `children_state`.
* | Expose `iced_pure` through a `pure` feature in `iced`Libravatar Héctor Ramón Jiménez2022-02-111-0/+3
| | | | | | | | | | | | Besides exposing the `iced_pure` crate, enabling the `pure` feature also provides pure versions of both the `Application` and `Sandbox` traits! :tada:
* | Rename `iced_virtual` to `iced_pure`Libravatar Héctor Ramón Jiménez2022-02-111-2/+2
| | | | | | | | `virtual` is a reserved keyword in Rust :grimacing:
* | Draft virtual `Button`, `Column`, and `Text`Libravatar Héctor Ramón Jiménez2022-02-101-0/+1
| | | | | | | | ... as well as a very naive diffing strategy!
* | Draft `iced_virtual` subcrateLibravatar Héctor Ramón Jiménez2022-02-091-0/+1
|/ | | | | | | | | | | | | | | | | | | | | The idea here is to expose a set of "virtual widgets" that can be used with a `Virtual` widget and its `virtual::State`. A virtual widget is a widget that does not contain any state, but instead is a "virtual" representation of the "real" widget. The real widgets are stored in the `virtual::State`. Every time a new virtual widget tree is created during `view`, it is compared to the previous one and "real" widgets are added / removed to the `virtual::State`. Effectively, this removes the need to keep track of local widget state in the application state and allows `view` to take an immutable reference to `self`. To summarize, using this crate should allow users to remove `State` structs in their application state. Eventually, the strategy used here may be adopted generally and, as a result, all of the widgets in `iced_native` would be replaced!
* Update Rust edition to 2021 :tada:Libravatar Héctor Ramón Jiménez2022-02-091-1/+1
|
* Replace `iced_web` with WebGL support in `wgpu` :tada:Libravatar Héctor Ramón Jiménez2022-01-281-6/+5
|