update deps and requirements

master
Ales Katona 6 years ago
parent d0b42be68b
commit 8d734c4737
Signed by: almindor
GPG Key ID: 08C459E2D8ABB7E8

@ -4,12 +4,14 @@ Input handling schema written in rust. Backend agnostic, provides serializabilit
Current backends include Piston and Gilrs with more on the way. Current backends include Piston and Gilrs with more on the way.
**NOTE** prongs requires rust 1.32 or later
## Using prongs library ## Using prongs library
To use the prongs library include it in your `Cargo.toml` file. You *MUST* specify a backend via features e.g. To use the prongs library include it in your `Cargo.toml` file. You *MUST* specify a backend via features e.g.
``` ```
[dependencies] [dependencies]
prongs = { version = "1.0.0", features = ["backend_piston"] } prongs = { version = "1.0.2", features = ["backend_piston"] }
``` ```
### Documentation ### Documentation

Loading…
Cancel
Save