[package] name = "polystrip" description = "A powerful, flexible wrapper around wgpu" keywords = ["gamedev", "graphics", "rendering"] categories = ["game-development", "graphics", "rendering::engine"] version = "0.7.0-beta.1" authors = ["Max Guppy "] repository = "https://github.com/TheOnlyMrCat/polystrip" license = "MIT OR Apache-2.0" edition = "2021" [features] glsl = ["naga/glsl-in"] [dependencies] wgpu = { version = "0.16", features = ["naga", "expose-ids"] } wgpu-types = "0.16" naga = "0.12" raw-window-handle = "0.5.2" fxhash = "0.2.1" indexmap = "1.9.3" dashmap = "5.4.0" itertools = "0.10.5" shared_slab = "0.1.0" [dev-dependencies] winit = "0.28.3" pollster = "0.3.0" time = { version = "0.3.20", features = ["local-offset"] } bytemuck = { version = "1.13.1", features = ["derive"] } libc = "0.2.142" rand = "0.8.5" env_logger = "0.10.0"