aboutsummaryrefslogtreecommitdiff
path: root/stockton-contrib/Cargo.toml
blob: ba7a70f4beb17aa5cf0d2dd8adb64c38db835372 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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-skeleton = { path = "../stockton-skeleton" }
stockton-input = { path = "../stockton-input" }
legion = { version = "^0.3" }

[features]
default = ['delta_time']

delta_time = []
flycam = []