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
/
examples
/
pure
/
counter
/
src
/
main.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-07-27
Replace stateful widgets with new `iced_pure` API
Héctor Ramón Jiménez
1
-49
/
+0
2022-03-16
Export widget modules in `iced_pure`
Héctor Ramón Jiménez
1
-2
/
+1
2022-02-12
Reuse `Text` widget from `iced_native` in `iced_pure`
Héctor Ramón Jiménez
1
-1
/
+1
2022-02-11
Expose function helpers to build widgets in `pure::widget`
Héctor Ramón Jiménez
1
-5
/
+6
2022-02-11
Expose `iced_pure` through a `pure` feature in `iced`
Héctor Ramón Jiménez
1
-12
/
+7
2022-02-11
Rename `iced_virtual` to `iced_pure`
Héctor Ramón Jiménez
1
-5
/
+5
2022-02-10
Implement `Into<Element>` for `&'static str` in `iced_virtual`
Héctor Ramón Jiménez
1
-10
/
+3
2022-02-10
Draft virtual `Button`, `Column`, and `Text`
Héctor Ramón Jiménez
1
-11
/
+13
2021-09-20
Refactor alignment types into an `alignment` module
Héctor Ramón Jiménez
1
-2
/
+2
2021-09-20
Introduce and use `CrossAlign` enum for `Column` and `Row`
Héctor Ramón Jiménez
1
-2
/
+4
2020-09-08
Make `Application` and `Sandbox` return a `Result`
Héctor Ramón Jiménez
1
-1
/
+1
2020-01-22
Make title consistent in `counter` example
Héctor Ramón Jiménez
1
-1
/
+1
2020-01-22
Center items in `counter` example
Héctor Ramón Jiménez
1
-1
/
+2
2020-01-20
Package examples and remove `dev-dependencies`
Héctor Ramón Jiménez
1
-0
/
+0
2019-11-26
Add simple counter example
Héctor Ramón Jiménez
1
-0
/
+56