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
/
wgpu
/
src
/
window.rs
blob: 97cac9b7b6e56614f5816bd0d4afe05b60232aa0 (
plain
) (
blame
)
1
2
3
4
5
mod
backend
;
mod
swap_chain
;
pub
use
backend
::
Backend
;
pub
use
swap_chain
::
SwapChain
;