mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
15 lines
269 B
TOML
15 lines
269 B
TOML
[package]
|
|
name = "voxygen"
|
|
version = "0.1.0"
|
|
authors = ["Joshua Barretto <joshua.s.barretto@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
common = { path = "../common" }
|
|
|
|
# Graphics
|
|
gfx = "0.17.1"
|
|
gfx_device_gl = "0.15.0"
|
|
gfx_window_glutin = "0.25.0"
|
|
glutin = "0.17.0"
|