mirror of
https://github.com/italicsjenga/rust_minifb.git
synced 2025-01-27 19:16:34 +11:00
Updated some metadata for crates.io
This commit is contained in:
parent
89c38d8e64
commit
e03af08306
2 changed files with 9 additions and 3 deletions
10
Cargo.toml
10
Cargo.toml
|
@ -1,14 +1,20 @@
|
||||||
[package]
|
[package]
|
||||||
name = "minifb"
|
name = "minifb"
|
||||||
version = "0.10.1"
|
version = "0.10.2"
|
||||||
license = "MIT/Apache-2.0"
|
license = "MIT/Apache-2.0"
|
||||||
authors = ["Daniel Collin <daniel@collin.com>"]
|
authors = ["Daniel Collin <daniel@collin.com>"]
|
||||||
description = "Cross-platform window setup with optional bitmap rendering"
|
description = "Cross-platform window setup with optional bitmap rendering"
|
||||||
keywords = ["windowing", "window", "framebuffer"]
|
keywords = ["windowing", "window", "framebuffer"]
|
||||||
|
categories = ["rendering"]
|
||||||
repository = "https://github.com/emoon/rust_minifb"
|
repository = "https://github.com/emoon/rust_minifb"
|
||||||
homepage = "https://github.com/emoon/rust_minifb"
|
homepage = "https://github.com/emoon/rust_minifb"
|
||||||
documentation = "https://docs.rs/minifb/0.9.0/minifb"
|
documentation = "https://docs.rs/minifb/0.10.1/minifb"
|
||||||
build = "build.rs"
|
build = "build.rs"
|
||||||
|
readme = "README.md"
|
||||||
|
|
||||||
|
[badges]
|
||||||
|
appveyor = { repository = "https://ci.appveyor.com/project/emoon/rust-minifb" }
|
||||||
|
travis-ci = { repository = "https://travis-ci.org/emoon/rust_minifb" }
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
gcc = "0.3.19"
|
gcc = "0.3.19"
|
||||||
|
|
|
@ -14,7 +14,7 @@ Usage
|
||||||
```toml
|
```toml
|
||||||
# Cargo.toml
|
# Cargo.toml
|
||||||
[dependencies]
|
[dependencies]
|
||||||
minifb = "0.10.1"
|
minifb = "0.10.2"
|
||||||
```
|
```
|
||||||
|
|
||||||
Example
|
Example
|
||||||
|
|
Loading…
Add table
Reference in a new issue