Docs.rs
good-web-game-0.6.1
good-web-game 0.6.1
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
PSteinhaus
Dependencies
approx ^0.5
normal
bitflags ^1.1.0
normal
bytemuck ^1.7.2
normal
bytemuck_derive ^1.0.1
normal
cgmath ^0.17
normal
glyph_brush ^0.7
normal
image ^0.22
normal
lazy_static ^1.3.0
normal
log ^0.4
normal
lyon ^0.17.5
normal
optional
miniquad =0.3.13
normal
mint ^0.5
normal
quad-snd ^0.2.2
normal
optional
rustc-hash ^1.0.1
normal
serde ^1
normal
serde_derive ^1
normal
smart-default ^0.6
normal
tar ^0.4
normal
twox-hash =1.5.0
normal
zip ^0.5
normal
glam ^0.21.3
dev
keyframe ^1.0.4
dev
keyframe_derive ^1.0.0
dev
num-derive ^0.3
dev
num-traits ^0.2
dev
oorandom ^11
dev
quad-rand ^0.2.1
dev
gilrs ^0.8
normal
Versions
72.55%
of the crate is documented
Platform
aarch64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Point2
good_
web_
game
0.6.1
Point2
Aliased Type
Fields
x
y
In good_
web_
game::
graphics
good_web_game
::
graphics
Type Alias
Point2
Copy item path
Source
pub type Point2 =
Point2
<
f32
>;
Aliased Type
§
#[repr(C)]
pub struct Point2 { pub x:
f32
, pub y:
f32
, }
Fields
§
§
x:
f32
§
y:
f32