mirror of
https://github.com/italicsjenga/rust_minifb.git
synced 2025-01-27 02:56:33 +11:00
Bump to 0.10.3
This commit is contained in:
parent
9c7e700697
commit
d643efeaef
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "minifb"
|
||||
version = "0.10.2"
|
||||
version = "0.10.3"
|
||||
license = "MIT/Apache-2.0"
|
||||
authors = ["Daniel Collin <daniel@collin.com>"]
|
||||
description = "Cross-platform window setup with optional bitmap rendering"
|
||||
|
|
|
@ -14,7 +14,7 @@ Usage
|
|||
```toml
|
||||
# Cargo.toml
|
||||
[dependencies]
|
||||
minifb = "0.10.2"
|
||||
minifb = "0.10.3"
|
||||
```
|
||||
|
||||
Example
|
||||
|
|
Loading…
Add table
Reference in a new issue