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: a8edb0160243bc8c4835dd8749dcef7e78f56da6 (
plain
) (
blame
)
1
2
3
4
//! Display rendering results on windows.
mod
backend
;
pub
use
backend
::
Backend
;