Docs.rs
coffee-0.3.2
coffee 0.3.2
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
hecrj
Dependencies
gfx ^0.18
normal
gfx_core ^0.9
normal
gfx_device_gl ^0.16
normal
gfx_glyph ^0.15
normal
gfx_window_glutin ^0.30
normal
winit ^0.19
normal
gilrs ^0.7
normal
glutin ^0.20
normal
image ^0.21
normal
lyon_tessellation ^0.13
normal
nalgebra ^0.18
normal
rayon ^1.0
normal
stretch ^0.2
normal
twox-hash ^1.3
normal
wgpu ^0.2
normal
wgpu_glyph ^0.3
normal
rand ^0.6
dev
Versions
Go to latest version
Platform
i686-pc-windows-msvc
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
☰
1
2
3
4
5
//! Listen to window events.
mod
event
;
pub
use
event
::
Event
;