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

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

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

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

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

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

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