26 lines
385 B
TOML
26 lines
385 B
TOML
[package]
|
|
name = "vrtue"
|
|
version = "0.1.0"
|
|
authors = ["Jared Burce <jaredr@gmail.com>"]
|
|
|
|
[dependencies]
|
|
env_logger = "0.3"
|
|
itertools = ">=0.4"
|
|
log = "0.3"
|
|
memmap = "~0.2"
|
|
|
|
gl = "0.10"
|
|
gfx = "0.17"
|
|
gfx_device_gl = "0.15"
|
|
image = "0.19"
|
|
lzw = "0.10"
|
|
nalgebra = "0.16"
|
|
openvr = "0.6.0"
|
|
openvr_sys = "2"
|
|
piston = "0.37"
|
|
piston_window = "0.80"
|
|
|
|
[profile.release]
|
|
lto = true
|
|
panic = "abort"
|