index
:
iced
master
A cross-platform GUI library for Rust, inspired by Elm
cel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
graphics
/
Cargo.toml
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-07-21
refactored window storage;
Bingus
1
-1
/
+0
2023-06-29
Introduce custom backend-specific primitives
Héctor Ramón Jiménez
1
-4
/
+0
2023-06-07
Switched to packing using f16s to maintain acceptable precision.
Bingus
1
-0
/
+1
2023-05-31
Introduce `web-colors` feature flag to enable sRGB linear blending
Héctor Ramón Jiménez
1
-0
/
+1
2023-05-22
Update `glam` to `0.24`
Benoît du Garreau
1
-1
/
+1
2023-04-26
Update `tiny-skia` and `resvg`
Héctor Ramón Jiménez
1
-1
/
+1
2023-04-13
Bump versions :tada:
Héctor Ramón Jiménez
1
-3
/
+3
2023-03-07
Remove `image` abstractions in `iced_graphics`
Héctor Ramón Jiménez
1
-21
/
+2
2023-03-04
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
1
-7
/
+3
2023-03-03
Move `Canvas` and `QRCode` to `iced` crate
Héctor Ramón Jiménez
1
-1
/
+5
2023-03-03
Mark `Primitive` as `non-exhaustive` in `iced_graphics`
Héctor Ramón Jiménez
1
-1
/
+4
2023-03-01
Implement `Canvas` support for `iced_tiny_skia`
Héctor Ramón Jiménez
1
-11
/
+2
2023-02-25
Update `resvg` in `iced_graphics`
Héctor Ramón Jiménez
1
-10
/
+2
2023-02-24
Remove `iced_glow`, `glyph-brush`, and `wgpu_glyph` dependencies
Héctor Ramón Jiménez
1
-7
/
+0
2023-02-18
Bump versions :tada:
Héctor Ramón Jiménez
1
-3
/
+3
2023-01-14
Bump versions :tada:
Héctor Ramón Jiménez
1
-3
/
+3
2022-12-07
Bump versions :tada:
Héctor Ramón Jiménez
1
-2
/
+2
2022-11-10
Bump versions :tada:
Héctor Ramón Jiménez
1
-3
/
+3
2022-11-05
Update `image` dependency to `0.24`
Héctor Ramón Jiménez
1
-1
/
+1
2022-11-05
Move image/svg handling into `iced_graphics`
Ian Douglas Scott
1
-0
/
+38
2022-11-01
Update `wgpu` to `0.14` and `wgpu_glyph` to `0.18`
Wyatt Herkamp
1
-1
/
+1
2022-09-29
Adds linear gradient support to 2D meshes in the canvas widget.
shan
1
-1
/
+1
2022-09-29
Adds linear gradient support to 2D meshes in the canvas widget.
shan
1
-1
/
+1
2022-07-27
Replace stateful widgets with new `iced_pure` API
Héctor Ramón Jiménez
1
-6
/
+0
2022-07-11
Update `lyon` to `1.0` :tada:
Héctor Ramón Jiménez
1
-1
/
+1
2022-07-01
Bump versions :tada:
Héctor Ramón Jiménez
1
-1
/
+1
2022-05-02
Bump versions :tada:
Héctor Ramón Jiménez
1
-5
/
+5
2022-03-09
Implement `pure` version of `Canvas` widget
Héctor Ramón Jiménez
1
-0
/
+6
2022-02-09
Update Rust edition to 2021 :tada:
Héctor Ramón Jiménez
1
-1
/
+1
2022-02-03
Access `lyon_algorithms` indirectly through `lyon`
Héctor Ramón Jiménez
1
-5
/
+1
2022-01-27
Add line dash API
Cory Forsstrom
1
-1
/
+5
2022-01-04
Bump raw-window-handle
Poly
1
-1
/
+1
2021-09-01
Rely on latest release of `lyon_tessellation`
Héctor Ramón Jiménez
1
-2
/
+0
2021-08-30
Rely on new fast paths for basic shapes in `lyon`
Héctor Ramón Jiménez
1
-0
/
+2
2021-08-26
Update `lyon` to `0.17` in `iced_graphics`
Héctor Ramón Jiménez
1
-1
/
+1
2021-03-31
Bump versions :tada:
Héctor Ramón Jiménez
1
-3
/
+3
2021-01-21
Disable default features of `qrcode` for `iced_graphics`
Héctor Ramón Jiménez
1
-0
/
+1
2020-12-19
Update `font-kit` to `0.10`
Héctor Ramón Jiménez
1
-1
/
+1
2020-11-26
Bump versions :tada:
Héctor Ramón Jiménez
1
-2
/
+2
2020-11-26
Add missing metadata to `iced_graphics` subcrate
Héctor Ramón Jiménez
1
-0
/
+5
2020-11-25
Add license to iced-graphics' Cargo.toml
Greg V
1
-0
/
+1
2020-11-20
Implement `QRCode` widget
Héctor Ramón Jiménez
1
-0
/
+5
2020-11-10
Update `font-kit` dependency in `iced_graphics`
Héctor Ramón Jiménez
1
-1
/
+1
2020-11-10
Update `lyon` dependency in `iced_graphics`
Héctor Ramón Jiménez
1
-1
/
+1
2020-11-10
Update `glam` dependency in `iced_graphics`
Héctor Ramón Jiménez
1
-1
/
+1
2020-11-10
Update `bytemuck` dependency in `iced_graphics`
Héctor Ramón Jiménez
1
-1
/
+4
2020-09-08
Make `Application` and `Sandbox` return a `Result`
Héctor Ramón Jiménez
1
-0
/
+1
2020-08-17
Upgrade glam to 0.9 & use glam's Mat4 ortho rh gl.
Cameron Hart
1
-1
/
+1
2020-05-28
Write documentation for `iced_glow`
Héctor Ramón Jiménez
1
-0
/
+4
2020-05-21
Implement `iced_glutin` :tada:
Héctor Ramón Jiménez
1
-0
/
+1
[next]