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
/
src
/
point.rs
blob: dbb6027eadf991b57c81f23ba1ff0257ad5ec6c9 (
plain
) (
blame
)
1
pub
type
Point
=
nalgebra
::
Point2
<
f32
>
;