22 lines
362 B
TOML
22 lines
362 B
TOML
[package]
|
|
name = "vrtue"
|
|
version = "0.1.0"
|
|
authors = ["Jared Roberts <jaredr@gmail.com>"]
|
|
|
|
[dependencies]
|
|
env_logger = "0.3"
|
|
itertools = ">=0.4"
|
|
log = "0.3"
|
|
memmap = "~0.2"
|
|
|
|
gl = "*"
|
|
gfx = "*"
|
|
gfx_device_gl = "*"
|
|
openvr = { git = "https://github.com/rust-openvr/rust-openvr" }
|
|
openvr_sys = "*"
|
|
piston = "*"
|
|
piston_window = "*"
|
|
|
|
sdl2 = "0.22"
|
|
sdl2_image = "0.22"
|