diff options
Diffstat (limited to 'stockton-contrib/Cargo.toml')
-rw-r--r-- | stockton-contrib/Cargo.toml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/stockton-contrib/Cargo.toml b/stockton-contrib/Cargo.toml new file mode 100644 index 0000000..b06afc1 --- /dev/null +++ b/stockton-contrib/Cargo.toml @@ -0,0 +1,18 @@ +[package] +name = "stockton-contrib" +version = "0.1.0" +authors = ["Oscar Shrimpton <oscar.shrimpton.personal@gmail.com>"] +edition = "2018" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] +stockton-input = { path = "../stockton-input" } +stockton-types = { path = "../stockton-types" } +legion = { version = "^0.3" } + +[features] +default = [] + +delta_time = [] +flycam = []
\ No newline at end of file |