vizia_input 0.4.0

The input components of vizia
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "bitflags"
version = "2.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4512299f36f043ab09a583e57bceb5a5aab7a73db1805848e8fef3c9e8c78b3"

[[package]]
name = "keyboard-types"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b750dcadc39a09dbadd74e118f6dd6598df77fa01df0cfcdc52c28dece74528a"
dependencies = [
 "bitflags",
]

[[package]]
name = "vizia_id"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f37ca95f7c5ac58feb7ddbd9c7b94d57526e8368993d0e3a96902f853fda4373"

[[package]]
name = "vizia_input"
version = "0.4.0"
dependencies = [
 "bitflags",
 "keyboard-types",
 "vizia_id",
]