summaryrefslogtreecommitdiffstats
path: root/Cargo.toml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #595 from valbendan/masterLibravatar Héctor Ramón2020-11-251-0/+2
|\ | | | | upgrade tokio to latest version(v0.3)
| * Introduce `tokio_old` featureLibravatar Héctor Ramón Jiménez2020-11-251-0/+2
| | | | | | | | | | This feature allows users to rely on the `0.2` version of `tokio` while the async ecosystem upgrades to the latest version.
* | Implement `QRCode` widgetLibravatar Héctor Ramón Jiménez2020-11-201-2/+7
|/
* Add scrollable example programLibravatar Clark Moody2020-10-221-0/+1
|
* Make `Application` and `Sandbox` return a `Result`Libravatar Héctor Ramón Jiménez2020-09-081-0/+1
|
* Rename `ComboBox` to `PickList`Libravatar Héctor Ramón Jiménez2020-07-101-1/+1
|
* Draft `combo_box` example to test overlay logicLibravatar Héctor Ramón Jiménez2020-07-081-0/+1
|
* Feature gate `font-kit` behind `"default_system_font"` feature.Libravatar Azriel Hoh2020-05-311-1/+5
|
* Introduce feature flags to enable `iced_glow`Libravatar Héctor Ramón Jiménez2020-05-271-6/+15
| | | | Also keep `iced_wgpu` as the default renderer for the time being.
* Implement `iced_glutin` :tada:Libravatar Héctor Ramón Jiménez2020-05-211-6/+7
|
* Draft new `iced_graphics` crate :tada:Libravatar Héctor Ramón Jiménez2020-05-191-0/+1
|
* Draft first working version of `iced_glow` :tada:Libravatar Héctor Ramón Jiménez2020-05-191-0/+1
|
* Merge branch 'master' into feature/canvas-interactionLibravatar Héctor Ramón Jiménez2020-05-041-0/+4
|\
| * Use canvas to draw color palette for exampleLibravatar Clark Moody2020-04-241-1/+1
| |
| * Add example program: color paletteLibravatar Clark Moody2020-04-241-0/+1
| | | | | | | | | | | | | | | | | | | | | | Sliders for many color spaces update as any other sliders are moved around. Color is space is clamped to sRGB, so Lab and Lch color spaces cannot be fully expressed. TODO: - Real-time manipulation of base color to create a color scheme. - Show slider value under each slider - Show output values in text boxes for each color space
| * Feature name colors -> paletteLibravatar Clark Moody2020-04-241-1/+1
| |
| * Add `palette` dependency behind "colors" feature flagLibravatar Clark Moody2020-04-241-0/+3
| |
* | Add `game_of_life` exampleLibravatar Héctor Ramón Jiménez2020-04-291-0/+1
|/ | | | RIP John Conway
* Bump versions :tada:Libravatar Héctor Ramón Jiménez2020-04-151-1/+1
|
* Enable feature flags in `docs.rs`Libravatar Héctor Ramón Jiménez2020-04-051-0/+4
|
* Bump all versions :tada:Libravatar Héctor Ramón Jiménez2020-04-021-5/+5
|
* refactor: remove not mandatory static lifetimeLibravatar Théo Gaillard2020-03-301-2/+2
|
* Add example for download with progress trackingLibravatar Songtronix2020-03-231-0/+1
|
* Add simple `pane_grid` exampleLibravatar Héctor Ramón Jiménez2020-03-171-0/+1
|
* Remove `pane_grid` example for nowLibravatar Héctor Ramón Jiménez2020-03-141-1/+0
| | | | It's too contrived. I will work on something simpler.
* Rename `Panes` widget to `PaneGrid`Libravatar Héctor Ramón Jiménez2020-03-101-1/+1
|
* Draft `Panes` widget and `panes` exampleLibravatar Héctor Ramón Jiménez2020-03-041-0/+1
|
* Add `solar_system` exampleLibravatar Héctor Ramón Jiménez2020-02-141-0/+1
|
* Draft `Canvas` types and `clock` exampleLibravatar Héctor Ramón Jiménez2020-02-121-0/+3
|
* Add `integration` exampleLibravatar Héctor Ramón Jiménez2020-02-091-0/+1
| | | | It showcases how to integrate iced in an existing graphical application.
* Allow switching `executor::Default` with featuresLibravatar Héctor Ramón Jiménez2020-02-061-2/+9
|
* Make `image` support optional in `iced_wgpu`Libravatar Héctor Ramón Jiménez2020-01-201-2/+4
| | | | | This reduces binary size when image rendering is not necessary a considerable amount.
* Package examples and remove `dev-dependencies`Libravatar Héctor Ramón Jiménez2020-01-201-17/+12
|
* Add `Application::Executor` associated typeLibravatar Héctor Ramón Jiménez2020-01-201-0/+1
|
* Create `iced_futures` and wire everything upLibravatar Héctor Ramón Jiménez2020-01-191-0/+1
|
* Merge branch 'master' into paint-exampleLibravatar Héctor Ramón Jiménez2020-01-111-0/+1
|\
| * Move styling to a brand new `iced_style` crateLibravatar Héctor Ramón Jiménez2020-01-011-0/+1
| |
* | Add paint exampleLibravatar hatoo2020-01-061-0/+1
|/
* Use crates version of `surf` as a dev dependencyLibravatar Héctor Ramón Jiménez2019-12-281-1/+1
|
* Merge pull request #122 from hecrj/feature/event-subscriptionsLibravatar Héctor Ramón2019-12-161-3/+5
|\ | | | | Event subscriptions
| * Use `surf` in `pokedex` exampleLibravatar Héctor Ramón Jiménez2019-12-141-1/+1
| |
| * Add `timer` exampleLibravatar Héctor Ramón Jiménez2019-12-131-4/+4
| |
| * Merge branch 'master' into feature/event-subscriptionsLibravatar Héctor Ramón Jiménez2019-12-081-0/+2
| |\
| * | Draft first version of event subscriptions :tada:Libravatar Héctor Ramón Jiménez2019-12-051-0/+2
| | |
* | | Put `svg` rendering behind a feature gateLibravatar Héctor Ramón Jiménez2019-12-151-0/+2
| |/ |/| | | | | This reduces binary size when SVG supoprt is not needed.
* | Add `custom_widget` exampleLibravatar Héctor Ramón Jiménez2019-12-071-0/+2
|/ | | | | It showcases how to build a simple native custom widget that draws a circle.
* Rename `image::Handle::from_bytes` to `from_memory`Libravatar Héctor Ramón Jiménez2019-12-041-0/+1
| | | | | Also, replace `image` example with a new `pokedex` example using the PokéAPI.
* Implement `image` viewer exampleLibravatar Héctor Ramón Jiménez2019-11-301-0/+1
|
* Add `CHANGELOG` to subcratesLibravatar Héctor Ramón Jiménez2019-11-251-1/+1
|
* Add installation section to subcrate `README`sLibravatar Héctor Ramón Jiménez2019-11-201-2/+2
|