mirror of
https://github.com/italicsjenga/rust_minifb.git
synced 2025-01-27 02:56:33 +11:00
Updated README with link to Rust
This commit is contained in:
parent
1105de9cc2
commit
417e27b3f1
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
rust_minifb
|
||||
======
|
||||
|
||||
rust_mini (Mini FrameBuffer) is a small cross platform library written in Rust and that makes it easy to render (32-bit) pixels in a window. An example is the best way to show how it works:
|
||||
rust_mini (Mini FrameBuffer) is a small cross platform library written in [Rust](https://www.rust-lang.org) and that makes it easy to render (32-bit) pixels in a window. An example is the best way to show how it works:
|
||||
|
||||
```rust
|
||||
extern crate minifb;
|
||||
|
|
Loading…
Add table
Reference in a new issue