yog-api 0.6.0

Yog — ergonomic Rust API for writing Minecraft mods (facade).
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "yog-abi"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e584665bbf1341abb71908256f04ae3a41a5865b9f57a14c975771f8a2fb1fb0"

[[package]]
name = "yog-api"
version = "0.6.0"
dependencies = [
 "yog-abi",
 "yog-book",
 "yog-command",
 "yog-config",
 "yog-core",
 "yog-entity",
 "yog-event",
 "yog-gfx",
 "yog-logging",
 "yog-network",
 "yog-player",
 "yog-registry",
 "yog-storage",
 "yog-world",
]

[[package]]
name = "yog-book"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b8870e3a728e620e11fe46163b859e28cd5c0d47b8618a498b27f021f958fea"
dependencies = [
 "yog-registry",
]

[[package]]
name = "yog-command"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fad41014e342cb6c00b02edd5e7d8085c29f0410aef6d8e20d04807790324669"

[[package]]
name = "yog-config"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d712d79a3e046f0482232c1dc59400e23f85f60935758b7bbcf2a02ed288e981"

[[package]]
name = "yog-core"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8edab5c5a273fae2266d2e633e7e87ca0eba9f75164fbb36553f870937d3640d"

[[package]]
name = "yog-entity"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8288095aa79f8063328d80c86034dc86e374cd2bc17a7e27b11bd8f5e4db2ebe"
dependencies = [
 "yog-core",
]

[[package]]
name = "yog-event"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f6f1f553aa768403a0e552402c84d9845987c5dd4a3bc7a4f4fff99214643b6"
dependencies = [
 "yog-core",
]

[[package]]
name = "yog-gfx"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "388db45e460257fa74003342f240b91ba893faef7b5d632549889cf20eff6750"
dependencies = [
 "yog-abi",
]

[[package]]
name = "yog-logging"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1001108092147a04ae91db83a2f108bf2cacdc189809512bff9396d14e05dd83"

[[package]]
name = "yog-network"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ebae18d123f9e2e9f129410f826c760be4f909f2a44f8df6a6966bb6570db85a"

[[package]]
name = "yog-player"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f940681233f39a6dc188683d061ffb9f41da3fe7aaee580553c006e817d90f2"
dependencies = [
 "yog-core",
 "yog-entity",
]

[[package]]
name = "yog-registry"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83b423ebd20fc7cbf640a0fc22227787cfc0205a82dec34fb625587a54f9d338"
dependencies = [
 "yog-abi",
]

[[package]]
name = "yog-storage"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d300b68e1172c9cec95fee547a1cf641cc7063562b5851b91017814d39beb045"

[[package]]
name = "yog-world"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a70e106eaaf4e78bad2bfa7bb984add066fc966c96b6c9471b18ce666faf57f1"
dependencies = [
 "yog-core",
]