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.
17 lines
378 B
TOML
17 lines
378 B
TOML
[package]
|
|
name = "prongs"
|
|
version = "1.0.0"
|
|
authors = ["Ales Katona <almindor@gmail.com>"]
|
|
edition = "2018"
|
|
license = "LGPLv3"
|
|
|
|
[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"]
|