mirror of
https://github.com/italicsjenga/rust_minifb.git
synced 2025-01-11 03:21:32 +11:00
Add missing words in description (#242)
This commit is contained in:
parent
3e59f17131
commit
afa0b2ffe5
|
@ -1,6 +1,7 @@
|
||||||
//! minifb is a cross platform library written in [Rust](https://www.rust-lang.org) that makes to
|
//! minifb is a cross platform library written in [Rust](https://www.rust-lang.org) that makes it
|
||||||
//! open windows (usually native to the running operating system) and can optionally show a 32-bit
|
//! easy to open windows (usually native to the running operating system) and can optionally show
|
||||||
//! buffer. minifb also support keyboard, mouse input and menus on selected operating systems.
|
//! a 32-bit buffer. minifb also support keyboard, mouse input and menus on selected operating
|
||||||
|
//! systems.
|
||||||
//!
|
//!
|
||||||
#![deny(missing_debug_implementations)]
|
#![deny(missing_debug_implementations)]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue