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
/
glow
/
src
/
window.rs
blob: aac5fb9ed8a882a182ee3b0f3e9318f6434d0f05 (
plain
) (
blame
)
1
2
3
4
//! Display rendering results on windows.
mod
compositor
;
pub
use
compositor
::
Compositor
;