Add default run to allow compiling with just cargo run

Former-commit-id: 88c41361bda4b77c13d52217024e286cb7c0a565
This commit is contained in:
timokoesters 2019-05-27 22:51:42 +02:00
parent cc959ccb82
commit 7ced54ba54

View File

@ -1,8 +1,11 @@
cargo-features = ["default-run"]
[package]
name = "veloren-voxygen"
version = "0.2.0"
authors = ["Joshua Barretto <joshua.s.barretto@gmail.com>"]
edition = "2018"
default-run = "veloren-voxygen"
[features]
gl = ["gfx_device_gl"]