Made worldgen a default feature

This commit is contained in:
Joshua Barretto 2020-01-24 21:32:26 +00:00
parent 290cb52d0d
commit 9d7efad526

View File

@ -6,6 +6,7 @@ edition = "2018"
[features]
worldgen = []
default = ["worldgen"]
[dependencies]
common = { package = "veloren-common", path = "../common" }