kevy-window 6.4.0

Sliding-window runtime for scalar and text indexes: boundary maintenance, the eviction slide into cold segments, and the cold halves of range/count and MATCH.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "kevy-index"
version = "6.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a8e7e032ac1a18cafc73adaf395e8daa739a198b8cd02f0d9d69a4518687261"
dependencies = [
 "kevy-time",
]

[[package]]
name = "kevy-seg"
version = "6.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0bde53caa69d23b4ddb0ec05bb2a96e6ee43eda277b99e96c085631222d24153"
dependencies = [
 "kevy-sys",
]

[[package]]
name = "kevy-sys"
version = "6.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4eea42b47c2e10bf9aab194ce4481190e5b26d1f0cbe531809a5ec8ac3dd77c0"

[[package]]
name = "kevy-text"
version = "6.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2969bff29dcf6b2384cbd163922d272683ad74f7d35eb528a8c28b20bf4c09d8"

[[package]]
name = "kevy-time"
version = "6.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a78f7f51e8aed0cacaaf0b3fd71ca8b7355222daadf7ae8e445169194ecb47d7"

[[package]]
name = "kevy-tmpdir"
version = "6.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "18610d2e7b9b858deca97a19317a5539b2b3ac5a1113f6f8d47d1ae0c45d6388"

[[package]]
name = "kevy-window"
version = "6.4.0"
dependencies = [
 "kevy-index",
 "kevy-seg",
 "kevy-text",
 "kevy-tmpdir",
]