version = 4
[[package]]
name = "kevy-bytes"
version = "1.26.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "001abac04e09aac25097c8d462578064c8a15eab93b2e9a0427cbb64e9abe7c9"
dependencies = [
"kevy-hash",
]
[[package]]
name = "kevy-elect"
version = "1.26.3"
dependencies = [
"kevy-resp",
]
[[package]]
name = "kevy-hash"
version = "1.26.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4fb49e90c5aa6f0e5d4ae3eb148f4be520a00b8e60bec4e4882823fcc8f9a9e"
[[package]]
name = "kevy-resp"
version = "1.26.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb1f274d5b768256692c74af4fa5347f62db476ccd1036ab42e55524a728eeca"
dependencies = [
"kevy-bytes",
]