There was an error while loading. Please reload this page.
1 parent 37d2578 commit 8734f72Copy full SHA for 8734f72
2 files changed
crates/core/Cargo.toml
@@ -17,7 +17,7 @@ include.workspace = true
17
mchprs_proc_macros = { path = "../proc_macros" }
18
mchprs_save_data = { path = "../save_data" }
19
mchprs_blocks = { path = "../blocks" }
20
-mchprs_world = { path = "../world" }
+mchprs_world = { path = "../world", features = ["networking"] }
21
mchprs_utils = { path = "../utils" }
22
mchprs_network = { path = "../network" }
23
mchprs_text = { path = "../text" }
crates/world/Cargo.toml
@@ -21,6 +21,5 @@ rustc-hash = { workspace = true }
hematite-nbt = { workspace = true }
[features]
24
-default = ["networking"]
25
networking = ["dep:mchprs_network"]
26
testing = []
0 commit comments