mirror of
https://github.com/italicsjenga/rust_minifb.git
synced 2024-12-23 11:21:30 +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
|
||||
//! open windows (usually native to the running operating system) and can optionally show a 32-bit
|
||||
//! buffer. minifb also support keyboard, mouse input and menus on selected operating systems.
|
||||
//! minifb is a cross platform library written in [Rust](https://www.rust-lang.org) that makes it
|
||||
//! easy to open windows (usually native to the running operating system) and can optionally show
|
||||
//! a 32-bit buffer. minifb also support keyboard, mouse input and menus on selected operating
|
||||
//! systems.
|
||||
//!
|
||||
#![deny(missing_debug_implementations)]
|
||||
|
||||
|
|
Loading…
Reference in a new issue