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

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

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

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

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

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

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