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
/
ggez
/
widget.rs
blob: a9e0a7ba8d5d41cb52c25844a2ba8b6d6dc9ebd2 (
plain
) (
blame
)
1
2
3
use
ggez
::
graphics
::
Color
;
pub
type
Text
=
iced
::
Text
<
Color
>
;