Docs.rs
tetromino-0.2.2
tetromino 0.2.2
Permalink
Docs.rs crate page
GPL-3.0-or-later
Links
Homepage
Repository
crates.io
Source
Owners
d-e-s-o
Dependencies
anyhow ^1.0.72
normal
dirs ^5.0
normal
glutin ^0.32
normal
image ^0.25
normal
serde ^1.0.182
normal
toml ^0.8.13
normal
winit ^0.30
normal
x11-dl ^2.21.0
normal
gl_generator ^0.14
build
optional
grev ^0.1.3
build
Versions
100%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
tetromino_
impl
0.2.2
All Items
Crate Items
Structs
Enums
Crate
tetromino_impl
Copy item path
Source
Expand description
A graphical Tetris clone.
Structs
§
Context
An OpenGL context.
Game
A type representing a game of Tetris.
Game
Config
The configuration for a
Game
.
Renderer
A type enabling the rendering of graphics.
Window
The Tetris window.
Enums
§
Change
An enumeration of possible state changes performed/desired by lower level parts of the program.
Tick
An enumeration describing when the next program “tick” should occur.