kevy-window 6.2.1

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.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ff327b9d0895fcce81dee244921f80245b8faa5e679c9c7119eaef4ce52e9b9"
dependencies = [
 "kevy-time",
]

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

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

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

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

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

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