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
/
native
/
src
/
window.rs
blob: 220bb3be2fdbb8bf03ad0aff5f00fd2b89f42ca6 (
plain
) (
blame
)
1
2
3
4
//! Build window-based GUI applications.
mod
event
;
pub
use
event
::
Event
;