[package]
edition = "2024"
name = "opui"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust library for stylish realtime 2D motion visuals and layered hero scenes."
homepage = "https://github.com/FUXKVOB/opui"
documentation = "https://docs.rs/opui"
readme = "README.md"
keywords = [
"graphics",
"visuals",
"animation",
"creative-coding",
"macroquad",
]
categories = [
"graphics",
"rendering",
]
license = "MIT"
repository = "https://github.com/FUXKVOB/opui"
[lib]
name = "opui"
path = "src/lib.rs"
[[example]]
name = "showcase"
path = "examples/showcase.rs"
[dependencies.macroquad]
version = "0.4"