blob: b06afc1c2161606bd666fc2ed66d008b378304db (
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-input = { path = "../stockton-input" }
stockton-types = { path = "../stockton-types" }
legion = { version = "^0.3" }
[features]
default = []
delta_time = []
flycam = []
|