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