[package] name = "chargrid_wgpu" description = "Graphical chargrid context which renders with wgpu" version = "0.5.0" authors = ["Stephen Sherratt "] license = "MIT" readme = "README.md" homepage = "https://github.com/gridbugs/chargrid.git" repository = "https://github.com/gridbugs/chargrid.git" documentation = "https://docs.rs/chargrid_wgpu" edition = "2021" [features] serialize = ["chargrid_input/serialize"] gamepad = ["chargrid_gamepad", "chargrid_input/gamepad", "chargrid_runtime/gamepad"] [dependencies] chargrid_input = { path = "../input", version = "0.6" } chargrid_gamepad = { path = "../gamepad", version = "0.6", optional = true } chargrid_runtime = { path = "../runtime", version = "0.4" } wgpu = { version = "0.18", features = ["spirv"] } wgpu_glyph = "0.22" winit = { version = "0.29", features = ["rwh_05"] } zerocopy = { version = "0.7", features = ["derive"] } log = "0.4" grid_2d = "0.15" pollster = "0.3"