[package] name = "picodraw" version = "0.2.0" edition = "2021" description = "A smol gpu graphics library" license = "MIT OR Apache-2.0" [dependencies] bytemuck = "1" rustc-hash = "2" crunch = "0.5" image = { version = "0.25", default-features = false } picodraw-derive = { path = "derive", version = "0.1.0" } [dev-dependencies] baseview = { git = "https://github.com/RustAudio/baseview", features = ["opengl"] } [workspace] members = [ ".", "derive" ]