blob: 48850f4fdf83138ad0a71ebf5036d8c095dea523 (
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 = ["Aria Shrimpton <me@aria.rip>"]
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 = []
|