mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
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:
commit
7cbc4dbfdb
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user