Made worldgen a default feature

This commit is contained in:
Joshua Barretto 2020-01-24 21:32:26 +00:00
parent ca65700aea
commit a74ac604a9

View File

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