mirror of
https://github.com/Pumpkin-MC/Pumpkin.git
synced 2026-08-30 20:14:23 +00:00
Create pumpkin-core, and move pumpkin-text
This commit is contained in:
24
Cargo.lock
generated
24
Cargo.lock
generated
@@ -1203,11 +1203,11 @@ dependencies = [
|
||||
"num-bigint",
|
||||
"num-derive",
|
||||
"num-traits",
|
||||
"pumpkin-core",
|
||||
"pumpkin-entity",
|
||||
"pumpkin-inventory",
|
||||
"pumpkin-protocol",
|
||||
"pumpkin-registry",
|
||||
"pumpkin-text",
|
||||
"pumpkin-world",
|
||||
"rand",
|
||||
"rayon",
|
||||
@@ -1225,6 +1225,15 @@ dependencies = [
|
||||
"uuid",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "pumpkin-core"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"fastnbt",
|
||||
"serde",
|
||||
"uuid",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "pumpkin-entity"
|
||||
version = "0.1.0"
|
||||
@@ -1264,8 +1273,8 @@ dependencies = [
|
||||
"log",
|
||||
"num-derive",
|
||||
"num-traits",
|
||||
"pumpkin-core",
|
||||
"pumpkin-macros",
|
||||
"pumpkin-text",
|
||||
"pumpkin-world",
|
||||
"serde",
|
||||
"serde_json",
|
||||
@@ -1280,20 +1289,11 @@ version = "0.1.0"
|
||||
dependencies = [
|
||||
"fastnbt",
|
||||
"fastsnbt",
|
||||
"pumpkin-core",
|
||||
"pumpkin-protocol",
|
||||
"pumpkin-text",
|
||||
"serde",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "pumpkin-text"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"fastnbt",
|
||||
"serde",
|
||||
"uuid",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "pumpkin-world"
|
||||
version = "0.1.0"
|
||||
|
||||
Reference in New Issue
Block a user