[package] name = "ori-graphics" version = "0.1.0-alpha.1" edition = "2021" description = "A graphics library for Ori" keywords = ["gui", "graphics", "reactive", "native"] categories = ["gui", "graphics"] repository = "https://github.com/ChangeCaps/ori" license = "MIT OR Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] bytemuck = { version = "1.13", features = ["derive"] } glam = { version = "0.23.0", features = ["bytemuck"] } image = "0.24" tracing = { version = "0.1", default-features = false }