vizia_window 0.3.0

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

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

[[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.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ec3f0d8db81021032105a7b5d1d5f9356197c4cf37a5e838c5b7e876c8f14e3"

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

[[package]]
name = "vizia_window"
version = "0.3.0"
dependencies = [
 "bitflags",
 "vizia_input",
]