mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Add default run to allow compiling with just cargo run
Former-commit-id: 88c41361bda4b77c13d52217024e286cb7c0a565
This commit is contained in:
parent
cc959ccb82
commit
7ced54ba54
@ -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