Skip to content

Commit 8734f72

Browse files
BramOtteStackDoubleFlow
authored andcommitted
mchprs_world: remove networking from default features
1 parent 37d2578 commit 8734f72

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

crates/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ include.workspace = true
1717
mchprs_proc_macros = { path = "../proc_macros" }
1818
mchprs_save_data = { path = "../save_data" }
1919
mchprs_blocks = { path = "../blocks" }
20-
mchprs_world = { path = "../world" }
20+
mchprs_world = { path = "../world", features = ["networking"] }
2121
mchprs_utils = { path = "../utils" }
2222
mchprs_network = { path = "../network" }
2323
mchprs_text = { path = "../text" }

crates/world/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,5 @@ rustc-hash = { workspace = true }
2121
hematite-nbt = { workspace = true }
2222

2323
[features]
24-
default = ["networking"]
2524
networking = ["dep:mchprs_network"]
2625
testing = []

0 commit comments

Comments
 (0)