mirror of
https://github.com/mat-1/azalea.git
synced 2025-08-02 14:26:04 +00:00
parent
e2945b90a9
commit
960b840536
16 changed files with 71 additions and 71 deletions
|
@ -22,7 +22,7 @@ resolver = "2"
|
||||||
# --- Workspace Settings ---
|
# --- Workspace Settings ---
|
||||||
|
|
||||||
[workspace.package]
|
[workspace.package]
|
||||||
version = "0.12.0"
|
version = "0.11.0+mc1.21.5"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
repository = "https://github.com/azalea-rs/azalea"
|
repository = "https://github.com/azalea-rs/azalea"
|
||||||
|
|
|
@ -7,8 +7,8 @@ license.workspace = true
|
||||||
repository.workspace = true
|
repository.workspace = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
azalea-buf = { path = "../azalea-buf", version = "0.12.0" }
|
azalea-buf = { path = "../azalea-buf", version = "0.11.0" }
|
||||||
azalea-crypto = { path = "../azalea-crypto", version = "0.12.0" }
|
azalea-crypto = { path = "../azalea-crypto", version = "0.11.0" }
|
||||||
base64.workspace = true
|
base64.workspace = true
|
||||||
chrono = { workspace = true, features = ["serde"] }
|
chrono = { workspace = true, features = ["serde"] }
|
||||||
md-5.workspace = true
|
md-5.workspace = true
|
||||||
|
|
|
@ -7,6 +7,6 @@ license.workspace = true
|
||||||
repository.workspace = true
|
repository.workspace = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
azalea-block-macros = { path = "./azalea-block-macros", version = "0.12.0" }
|
azalea-block-macros = { path = "./azalea-block-macros", version = "0.11.0" }
|
||||||
azalea-buf = { path = "../azalea-buf", version = "0.12.0" }
|
azalea-buf = { path = "../azalea-buf", version = "0.11.0" }
|
||||||
azalea-registry = { path = "../azalea-registry", version = "0.12.0" }
|
azalea-registry = { path = "../azalea-registry", version = "0.11.0" }
|
||||||
|
|
|
@ -11,8 +11,8 @@ bevy_app.workspace = true
|
||||||
bevy_ecs.workspace = true
|
bevy_ecs.workspace = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
azalea-buf = { path = "../azalea-buf", version = "0.12.0", optional = true }
|
azalea-buf = { path = "../azalea-buf", version = "0.11.0", optional = true }
|
||||||
azalea-chat = { path = "../azalea-chat", version = "0.12.0", optional = true }
|
azalea-chat = { path = "../azalea-chat", version = "0.11.0", optional = true }
|
||||||
parking_lot.workspace = true
|
parking_lot.workspace = true
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
|
|
@ -7,7 +7,7 @@ license.workspace = true
|
||||||
repository.workspace = true
|
repository.workspace = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
azalea-buf-macros = { path = "./azalea-buf-macros", version = "0.12.0" }
|
azalea-buf-macros = { path = "./azalea-buf-macros", version = "0.11.0" }
|
||||||
byteorder.workspace = true
|
byteorder.workspace = true
|
||||||
serde_json = { workspace = true, optional = true }
|
serde_json = { workspace = true, optional = true }
|
||||||
simdnbt.workspace = true
|
simdnbt.workspace = true
|
||||||
|
|
|
@ -16,8 +16,8 @@ numbers = ["dep:azalea-registry", "dep:simdnbt"]
|
||||||
azalea-buf = { path = "../azalea-buf", version = "0.11.0", optional = true, features = [
|
azalea-buf = { path = "../azalea-buf", version = "0.11.0", optional = true, features = [
|
||||||
"serde_json",
|
"serde_json",
|
||||||
] }
|
] }
|
||||||
azalea-language = { path = "../azalea-language", version = "0.12.0" }
|
azalea-language = { path = "../azalea-language", version = "0.11.0" }
|
||||||
azalea-registry = { path = "../azalea-registry", version = "0.12.0", optional = true }
|
azalea-registry = { path = "../azalea-registry", version = "0.11.0", optional = true }
|
||||||
serde = { workspace = true, features = ["derive"] }
|
serde = { workspace = true, features = ["derive"] }
|
||||||
serde_json.workspace = true
|
serde_json.workspace = true
|
||||||
simdnbt = { workspace = true, optional = true }
|
simdnbt = { workspace = true, optional = true }
|
||||||
|
|
|
@ -7,18 +7,18 @@ license.workspace = true
|
||||||
repository.workspace = true
|
repository.workspace = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
azalea-auth = { path = "../azalea-auth", version = "0.12.0" }
|
azalea-auth = { path = "../azalea-auth", version = "0.11.0" }
|
||||||
azalea-block = { path = "../azalea-block", version = "0.12.0" }
|
azalea-block = { path = "../azalea-block", version = "0.11.0" }
|
||||||
azalea-buf = { path = "../azalea-buf", version = "0.12.0" }
|
azalea-buf = { path = "../azalea-buf", version = "0.11.0" }
|
||||||
azalea-chat = { path = "../azalea-chat", version = "0.12.0" }
|
azalea-chat = { path = "../azalea-chat", version = "0.11.0" }
|
||||||
azalea-core = { path = "../azalea-core", version = "0.12.0" }
|
azalea-core = { path = "../azalea-core", version = "0.11.0" }
|
||||||
azalea-crypto = { path = "../azalea-crypto", version = "0.12.0" }
|
azalea-crypto = { path = "../azalea-crypto", version = "0.11.0" }
|
||||||
azalea-entity = { path = "../azalea-entity", version = "0.12.0" }
|
azalea-entity = { path = "../azalea-entity", version = "0.11.0" }
|
||||||
azalea-inventory = { path = "../azalea-inventory", version = "0.12.0" }
|
azalea-inventory = { path = "../azalea-inventory", version = "0.11.0" }
|
||||||
azalea-physics = { path = "../azalea-physics", version = "0.12.0" }
|
azalea-physics = { path = "../azalea-physics", version = "0.11.0" }
|
||||||
azalea-protocol = { path = "../azalea-protocol", version = "0.12.0" }
|
azalea-protocol = { path = "../azalea-protocol", version = "0.11.0" }
|
||||||
azalea-registry = { path = "../azalea-registry", version = "0.12.0" }
|
azalea-registry = { path = "../azalea-registry", version = "0.11.0" }
|
||||||
azalea-world = { path = "../azalea-world", version = "0.12.0" }
|
azalea-world = { path = "../azalea-world", version = "0.11.0" }
|
||||||
bevy_app.workspace = true
|
bevy_app.workspace = true
|
||||||
bevy_ecs.workspace = true
|
bevy_ecs.workspace = true
|
||||||
bevy_log = { workspace = true, optional = true }
|
bevy_log = { workspace = true, optional = true }
|
||||||
|
|
|
@ -7,15 +7,15 @@ license.workspace = true
|
||||||
repository.workspace = true
|
repository.workspace = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
azalea-buf = { path = "../azalea-buf", version = "0.12.0" }
|
azalea-buf = { path = "../azalea-buf", version = "0.11.0" }
|
||||||
azalea-registry = { path = "../azalea-registry", version = "0.12.0" }
|
azalea-registry = { path = "../azalea-registry", version = "0.11.0" }
|
||||||
bevy_ecs = { workspace = true, optional = true }
|
bevy_ecs = { workspace = true, optional = true }
|
||||||
nohash-hasher.workspace = true
|
nohash-hasher.workspace = true
|
||||||
num-traits.workspace = true
|
num-traits.workspace = true
|
||||||
serde = { workspace = true, optional = true }
|
serde = { workspace = true, optional = true }
|
||||||
simdnbt.workspace = true
|
simdnbt.workspace = true
|
||||||
tracing.workspace = true
|
tracing.workspace = true
|
||||||
azalea-chat = { path = "../azalea-chat", version = "0.12.0" }
|
azalea-chat = { path = "../azalea-chat", version = "0.11.0" }
|
||||||
indexmap.workspace = true
|
indexmap.workspace = true
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
|
|
@ -11,7 +11,7 @@ criterion.workspace = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
aes.workspace = true
|
aes.workspace = true
|
||||||
azalea-buf = { path = "../azalea-buf", version = "0.12.0" }
|
azalea-buf = { path = "../azalea-buf", version = "0.11.0" }
|
||||||
cfb8.workspace = true
|
cfb8.workspace = true
|
||||||
num-bigint.workspace = true
|
num-bigint.workspace = true
|
||||||
rand = { workspace = true, features = ["getrandom"] }
|
rand = { workspace = true, features = ["getrandom"] }
|
||||||
|
|
|
@ -7,15 +7,15 @@ license.workspace = true
|
||||||
repository.workspace = true
|
repository.workspace = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
azalea-block = { path = "../azalea-block", version = "0.12.0" }
|
azalea-block = { path = "../azalea-block", version = "0.11.0" }
|
||||||
azalea-buf = { path = "../azalea-buf", version = "0.12.0" }
|
azalea-buf = { path = "../azalea-buf", version = "0.11.0" }
|
||||||
azalea-chat = { path = "../azalea-chat", version = "0.11.0", features = [
|
azalea-chat = { path = "../azalea-chat", version = "0.11.0", features = [
|
||||||
"azalea-buf",
|
"azalea-buf",
|
||||||
] }
|
] }
|
||||||
azalea-core = { path = "../azalea-core", version = "0.12.0" }
|
azalea-core = { path = "../azalea-core", version = "0.11.0" }
|
||||||
azalea-inventory = { path = "../azalea-inventory", version = "0.12.0" }
|
azalea-inventory = { path = "../azalea-inventory", version = "0.11.0" }
|
||||||
azalea-registry = { path = "../azalea-registry", version = "0.12.0" }
|
azalea-registry = { path = "../azalea-registry", version = "0.11.0" }
|
||||||
azalea-world = { path = "../azalea-world", version = "0.12.0" }
|
azalea-world = { path = "../azalea-world", version = "0.11.0" }
|
||||||
bevy_app.workspace = true
|
bevy_app.workspace = true
|
||||||
bevy_ecs.workspace = true
|
bevy_ecs.workspace = true
|
||||||
derive_more.workspace = true
|
derive_more.workspace = true
|
||||||
|
|
|
@ -7,13 +7,13 @@ license.workspace = true
|
||||||
repository.workspace = true
|
repository.workspace = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
azalea-buf = { path = "../azalea-buf", version = "0.12.0" }
|
azalea-buf = { path = "../azalea-buf", version = "0.11.0" }
|
||||||
azalea-chat = { path = "../azalea-chat", version = "0.11.0", features = [
|
azalea-chat = { path = "../azalea-chat", version = "0.11.0", features = [
|
||||||
"azalea-buf",
|
"azalea-buf",
|
||||||
] }
|
] }
|
||||||
azalea-core = { path = "../azalea-core", version = "0.12.0" }
|
azalea-core = { path = "../azalea-core", version = "0.11.0" }
|
||||||
azalea-inventory-macros = { path = "./azalea-inventory-macros", version = "0.12.0" }
|
azalea-inventory-macros = { path = "./azalea-inventory-macros", version = "0.11.0" }
|
||||||
azalea-registry = { path = "../azalea-registry", version = "0.12.0" }
|
azalea-registry = { path = "../azalea-registry", version = "0.11.0" }
|
||||||
indexmap.workspace = true
|
indexmap.workspace = true
|
||||||
|
|
||||||
simdnbt.workspace = true
|
simdnbt.workspace = true
|
||||||
|
|
|
@ -11,12 +11,12 @@ bevy_time.workspace = true
|
||||||
uuid.workspace = true
|
uuid.workspace = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
azalea-block = { path = "../azalea-block", version = "0.12.0" }
|
azalea-block = { path = "../azalea-block", version = "0.11.0" }
|
||||||
azalea-core = { path = "../azalea-core", version = "0.12.0" }
|
azalea-core = { path = "../azalea-core", version = "0.11.0" }
|
||||||
azalea-entity = { version = "0.12.0", path = "../azalea-entity" }
|
azalea-entity = { version = "0.11.0", path = "../azalea-entity" }
|
||||||
azalea-inventory = { version = "0.12.0", path = "../azalea-inventory" }
|
azalea-inventory = { version = "0.11.0", path = "../azalea-inventory" }
|
||||||
azalea-registry = { path = "../azalea-registry", version = "0.12.0" }
|
azalea-registry = { path = "../azalea-registry", version = "0.11.0" }
|
||||||
azalea-world = { path = "../azalea-world", version = "0.12.0" }
|
azalea-world = { path = "../azalea-world", version = "0.11.0" }
|
||||||
bevy_app.workspace = true
|
bevy_app.workspace = true
|
||||||
bevy_ecs.workspace = true
|
bevy_ecs.workspace = true
|
||||||
tracing.workspace = true
|
tracing.workspace = true
|
||||||
|
|
|
@ -13,12 +13,12 @@ tracing-subscriber.workspace = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
async-recursion.workspace = true
|
async-recursion.workspace = true
|
||||||
azalea-auth = { path = "../azalea-auth", version = "0.12.0" }
|
azalea-auth = { path = "../azalea-auth", version = "0.11.0" }
|
||||||
azalea-block = { path = "../azalea-block", version = "0.12.0", default-features = false }
|
azalea-block = { path = "../azalea-block", version = "0.11.0", default-features = false }
|
||||||
azalea-brigadier = { path = "../azalea-brigadier", version = "0.11.0", features = [
|
azalea-brigadier = { path = "../azalea-brigadier", version = "0.11.0", features = [
|
||||||
"azalea-buf",
|
"azalea-buf",
|
||||||
] }
|
] }
|
||||||
azalea-buf = { path = "../azalea-buf", version = "0.12.0" }
|
azalea-buf = { path = "../azalea-buf", version = "0.11.0" }
|
||||||
azalea-chat = { path = "../azalea-chat", version = "0.11.0", features = [
|
azalea-chat = { path = "../azalea-chat", version = "0.11.0", features = [
|
||||||
"numbers",
|
"numbers",
|
||||||
"azalea-buf",
|
"azalea-buf",
|
||||||
|
@ -26,12 +26,12 @@ azalea-chat = { path = "../azalea-chat", version = "0.11.0", features = [
|
||||||
azalea-core = { path = "../azalea-core", version = "0.11.0", optional = true, features = [
|
azalea-core = { path = "../azalea-core", version = "0.11.0", optional = true, features = [
|
||||||
"serde",
|
"serde",
|
||||||
] }
|
] }
|
||||||
azalea-crypto = { path = "../azalea-crypto", version = "0.12.0" }
|
azalea-crypto = { path = "../azalea-crypto", version = "0.11.0" }
|
||||||
azalea-entity = { path = "../azalea-entity", version = "0.12.0" }
|
azalea-entity = { path = "../azalea-entity", version = "0.11.0" }
|
||||||
azalea-inventory = { path = "../azalea-inventory", version = "0.12.0" }
|
azalea-inventory = { path = "../azalea-inventory", version = "0.11.0" }
|
||||||
azalea-protocol-macros = { path = "./azalea-protocol-macros", version = "0.12.0" }
|
azalea-protocol-macros = { path = "./azalea-protocol-macros", version = "0.11.0" }
|
||||||
azalea-registry = { path = "../azalea-registry", version = "0.12.0" }
|
azalea-registry = { path = "../azalea-registry", version = "0.11.0" }
|
||||||
azalea-world = { path = "../azalea-world", version = "0.12.0" }
|
azalea-world = { path = "../azalea-world", version = "0.11.0" }
|
||||||
bevy_ecs.workspace = true
|
bevy_ecs.workspace = true
|
||||||
# byteorder.workspace = true
|
# byteorder.workspace = true
|
||||||
flate2.workspace = true
|
flate2.workspace = true
|
||||||
|
|
|
@ -7,8 +7,8 @@ license.workspace = true
|
||||||
repository.workspace = true
|
repository.workspace = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
azalea-buf = { path = "../azalea-buf", version = "0.12.0" }
|
azalea-buf = { path = "../azalea-buf", version = "0.11.0" }
|
||||||
azalea-registry-macros = { path = "./azalea-registry-macros", version = "0.12.0" }
|
azalea-registry-macros = { path = "./azalea-registry-macros", version = "0.11.0" }
|
||||||
serde = { workspace = true, optional = true, features = ["derive"] }
|
serde = { workspace = true, optional = true, features = ["derive"] }
|
||||||
simdnbt.workspace = true
|
simdnbt.workspace = true
|
||||||
|
|
||||||
|
|
|
@ -11,10 +11,10 @@ azalea-client = { path = "../azalea-client" }
|
||||||
criterion = "0.5.1"
|
criterion = "0.5.1"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
azalea-block = { path = "../azalea-block", default-features = false, version = "0.12.0" }
|
azalea-block = { path = "../azalea-block", default-features = false, version = "0.11.0" }
|
||||||
azalea-buf = { path = "../azalea-buf", version = "0.12.0" }
|
azalea-buf = { path = "../azalea-buf", version = "0.11.0" }
|
||||||
azalea-core = { path = "../azalea-core", version = "0.12.0", features = ["bevy_ecs"] }
|
azalea-core = { path = "../azalea-core", version = "0.11.0", features = ["bevy_ecs"] }
|
||||||
azalea-registry = { path = "../azalea-registry", version = "0.12.0" }
|
azalea-registry = { path = "../azalea-registry", version = "0.11.0" }
|
||||||
bevy_ecs.workspace = true
|
bevy_ecs.workspace = true
|
||||||
derive_more = { workspace = true, features = ["deref", "deref_mut"] }
|
derive_more = { workspace = true, features = ["deref", "deref_mut"] }
|
||||||
nohash-hasher.workspace = true
|
nohash-hasher.workspace = true
|
||||||
|
|
|
@ -13,19 +13,19 @@ pre-release-replacements = [
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
#async-trait.workspace = true
|
#async-trait.workspace = true
|
||||||
azalea-auth = { version = "0.12.0", path = "../azalea-auth" }
|
azalea-auth = { version = "0.11.0", path = "../azalea-auth" }
|
||||||
azalea-block = { version = "0.12.0", path = "../azalea-block" }
|
azalea-block = { version = "0.11.0", path = "../azalea-block" }
|
||||||
azalea-brigadier = { version = "0.12.0", path = "../azalea-brigadier" }
|
azalea-brigadier = { version = "0.11.0", path = "../azalea-brigadier" }
|
||||||
azalea-buf = { version = "0.12.0", path = "../azalea-buf" }
|
azalea-buf = { version = "0.11.0", path = "../azalea-buf" }
|
||||||
azalea-chat = { version = "0.12.0", path = "../azalea-chat" }
|
azalea-chat = { version = "0.11.0", path = "../azalea-chat" }
|
||||||
azalea-client = { version = "0.12.0", path = "../azalea-client", default-features = false }
|
azalea-client = { version = "0.11.0", path = "../azalea-client", default-features = false }
|
||||||
azalea-core = { version = "0.12.0", path = "../azalea-core" }
|
azalea-core = { version = "0.11.0", path = "../azalea-core" }
|
||||||
azalea-entity = { version = "0.12.0", path = "../azalea-entity" }
|
azalea-entity = { version = "0.11.0", path = "../azalea-entity" }
|
||||||
azalea-inventory = { version = "0.12.0", path = "../azalea-inventory" }
|
azalea-inventory = { version = "0.11.0", path = "../azalea-inventory" }
|
||||||
azalea-physics = { version = "0.12.0", path = "../azalea-physics" }
|
azalea-physics = { version = "0.11.0", path = "../azalea-physics" }
|
||||||
azalea-protocol = { version = "0.12.0", path = "../azalea-protocol" }
|
azalea-protocol = { version = "0.11.0", path = "../azalea-protocol" }
|
||||||
azalea-registry = { version = "0.12.0", path = "../azalea-registry" }
|
azalea-registry = { version = "0.11.0", path = "../azalea-registry" }
|
||||||
azalea-world = { version = "0.12.0", path = "../azalea-world" }
|
azalea-world = { version = "0.11.0", path = "../azalea-world" }
|
||||||
bevy_app.workspace = true
|
bevy_app.workspace = true
|
||||||
bevy_ecs.workspace = true
|
bevy_ecs.workspace = true
|
||||||
bevy_log.workspace = true
|
bevy_log.workspace = true
|
||||||
|
|
Loading…
Add table
Reference in a new issue