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
/
Cargo.toml
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enable WebGPU backend in `wgpu` by default instead of WebGL
Héctor Ramón Jiménez
2023-09-04
1
-0
/
+2
*
Enable all features in `docs.rs`
Héctor Ramón Jiménez
2023-07-28
1
-1
/
+1
*
Bump versions :tada:
Héctor Ramón Jiménez
2023-07-28
1
-4
/
+4
*
Introduce `web-colors` feature flag to enable sRGB linear blending
Héctor Ramón Jiménez
2023-05-31
1
-0
/
+2
*
Bundle `tiny-skia` backend together with `iced_renderer`
Héctor Ramón Jiménez
2023-05-10
1
-3
/
+1
*
Merge branch 'master' into advanced-text
Héctor Ramón Jiménez
2023-04-17
1
-3
/
+3
|
\
|
*
Bump versions :tada:
Héctor Ramón Jiménez
2023-04-13
1
-9
/
+9
*
|
Introduce backend feature flags in `iced_renderer`
Héctor Ramón Jiménez
2023-03-06
1
-0
/
+6
*
|
Rename `iced_native` to `iced_runtime`
Héctor Ramón Jiménez
2023-03-05
1
-1
/
+1
*
|
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
2023-03-04
1
-18
/
+11
*
|
Move `Canvas` and `QRCode` to `iced` crate
Héctor Ramón Jiménez
2023-03-03
1
-2
/
+7
*
|
Use `iced_renderer` instead of `iced_graphics` in root crate
Héctor Ramón Jiménez
2023-02-28
1
-3
/
+2
*
|
Scaffold `iced_tiny_skia` and connect it to `iced_renderer`
Héctor Ramón Jiménez
2023-02-25
1
-0
/
+1
*
|
Introduce `iced_renderer` subcrate featuring runtime renderer fallback
Héctor Ramón Jiménez
2023-02-24
1
-9
/
+5
*
|
Make `iced_wgpu` a mandatory dependency
Héctor Ramón Jiménez
2023-02-24
1
-8
/
+5
*
|
Remove `iced_glutin` and `iced_glow` leftovers
Héctor Ramón Jiménez
2023-02-24
1
-3
/
+0
*
|
Remove `iced_glow`, `glyph-brush`, and `wgpu_glyph` dependencies
Héctor Ramón Jiménez
2023-02-24
1
-9
/
+2
|
/
*
Bump versions :tada:
Héctor Ramón Jiménez
2023-02-18
1
-10
/
+10
*
Bump versions :tada:
Héctor Ramón Jiménez
2023-01-14
1
-9
/
+9
*
Restructured everything to make profiling a feature of iced_winit.
bungoboingo
2023-01-09
1
-8
/
+5
*
Initial profiling support for Iced.
Bingus
2023-01-09
1
-0
/
+10
*
Bump versions :tada:
Héctor Ramón Jiménez
2022-12-07
1
-8
/
+8
*
Add modal example
Cory Forsstrom
2022-11-29
1
-34
/
+1
*
Re-introduce the `geometry` example
Héctor Ramón Jiménez
2022-11-28
1
-0
/
+1
*
Bump versions :tada:
Héctor Ramón Jiménez
2022-11-10
1
-1
/
+1
*
Update `README`
Héctor Ramón Jiménez
2022-11-10
1
-1
/
+1
*
Bump versions :tada:
Héctor Ramón Jiménez
2022-11-10
1
-10
/
+10
*
Merge pull request #1505 from ids1024/weak-dep-feature
Héctor Ramón
2022-11-08
1
-4
/
+1
|
\
|
*
Combine `glow_default_system_font` and `default_system_font` features
Ian Douglas Scott
2022-11-03
1
-4
/
+1
*
|
Update `image` dependency to `0.24`
Héctor Ramón Jiménez
2022-11-05
1
-1
/
+1
*
|
Add image/svg support to `iced_glow`
Ian Douglas Scott
2022-11-05
1
-2
/
+2
|
/
*
Merge branch 'master' into fear/linear-gradients
Héctor Ramón Jiménez
2022-11-03
1
-0
/
+1
|
\
|
*
Rename `cached` example to `lazy`
Héctor Ramón Jiménez
2022-11-03
1
-1
/
+1
|
*
add example
Nick Senger
2022-11-03
1
-0
/
+1
*
|
Merge branch 'master' into fear/linear-gradients
Bingus
2022-10-07
1
-0
/
+1
|
\
|
|
*
Working multitouch example
Artur Sapek
2022-10-04
1
-0
/
+1
*
|
Readjusted namespaces, removed Geometry example as it's no longer relevant.
shan
2022-10-05
1
-1
/
+0
*
|
Adds linear gradient support to 2D meshes in the canvas widget.
shan
2022-09-29
1
-0
/
+1
|
/
*
Remove `application` feature from `iced` crate
Héctor Ramón Jiménez
2022-09-26
1
-4
/
+2
*
Add application feature, which allows to build freestanding wgpu app
aentity
2022-09-26
1
-1
/
+3
*
Merge pull request #1174 from daladim/icon_from_file
Héctor Ramón
2022-09-23
1
-1
/
+6
|
\
|
*
Added convenience functions for window::icon::Icon
daladim
2022-03-01
1
-1
/
+6
*
|
Implement sierpinski-triangle example
xkenmon
2022-09-23
1
-0
/
+1
*
|
Remove old pure feature from docs.rs build metadata
Aphek
2022-08-31
1
-1
/
+1
*
|
Enable `arc` example
Héctor Ramón Jiménez
2022-07-27
1
-0
/
+1
*
|
Replace stateful widgets with new `iced_pure` API
Héctor Ramón Jiménez
2022-07-27
1
-14
/
+0
*
|
add pure version of color_palette example
Max Unsted
2022-07-27
1
-0
/
+1
*
|
Add custom profile release-opt
Luni-4
2022-07-14
1
-0
/
+10
*
|
Add and purify `arc` example by @ThatsNoMoon
Héctor Ramón Jiménez
2022-07-10
1
-0
/
+1
*
|
Merge branch 'master' into dev/system-information
Héctor Ramón Jiménez
2022-05-04
1
-12
/
+13
|
\
\
[next]