You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
359 B
TOML
16 lines
359 B
TOML
6 years ago
|
[package]
|
||
|
name = "prongs"
|
||
|
version = "1.0.0"
|
||
|
authors = ["Ales Katona <almindor@gmail.com>"]
|
||
|
edition = "2018"
|
||
|
|
||
|
[dependencies]
|
||
|
bitflags = "1.0.4"
|
||
|
serde = { version = "1.0.85", features = ["derive"] }
|
||
|
gilrs = { version = "0.6.3", optional = true }
|
||
|
piston = { version = "0.40.0", optional = true }
|
||
|
|
||
|
[features]
|
||
|
backend_piston = ["piston"]
|
||
|
backend_gilrs = ["gilrs"]
|