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

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

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

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

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

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

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