yog-api 0.10.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.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00d0c87f1c32e00c6cfc503db2f0b699ab03b1b1b77d6412b2d55ca77693f7d2"

[[package]]
name = "yog-api"
version = "0.10.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-ui",
 "yog-world",
]

[[package]]
name = "yog-book"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1767ed7ce6a479a86856939d548c4b9a87fa687969f900637b2e9fd24fc7c070"
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.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6877841091f2ef388bb38ef000d7d7c26be8f21a004bbc9364b6f5b795bcfdba"
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.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1503c3d609d53d774005376c84cc94c2a969b165f932468855f7d19c2cfb3d64"
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-ui"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d582697d3f1a41868cad9fc5ac641dfc63d7a09352223f09b545a74db871206"
dependencies = [
 "yog-abi",
 "yog-gfx",
]

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