Merge branch 'easy-run' into 'master'

Add default-run to allow compiling with just `cargo run`

See merge request veloren/veloren!189

Former-commit-id: e520b72762accce00e275a48d70bbec31f2dbd83
This commit is contained in:
Marcel 2019-05-28 10:27:45 +00:00
commit 7cbc4dbfdb

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"]