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
/
primitive.rs
blob: 2e31cd53d364fc0acf3483cf04e5e59b6ad26ef6 (
plain
) (
blame
)
1
2
3
pub
type
Primitive
=
crate
::
graphics
::
Primitive
<
Custom
>
;
pub
type
Custom
=
();