[dependencies.pixels]
version = "0.14.0"
[dependencies.winit]
features = ["rwh_05"]
version = "0.30"
[dependencies.winit_input_helper]
version = "0.17.0"
[[example]]
name = "bouncing_rect"
path = "examples/bouncing_rect.rs"
[[example]]
name = "brush"
path = "examples/brush.rs"
[[example]]
name = "hoverdrag"
path = "examples/hoverdrag.rs"
[[example]]
name = "light"
path = "examples/light.rs"
[[example]]
name = "mouse"
path = "examples/mouse.rs"
[[example]]
name = "moving_rect"
path = "examples/moving_rect.rs"
[[example]]
name = "shapes"
path = "examples/shapes.rs"
[features]
default = ["extension"]
extension = []
[lib]
name = "graphicility"
path = "src/lib.rs"
[package]
authors = ["BersisSe"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["gui", "graphics"]
description = "A Minimal Graphics Library "
documentation = "https://docs.rs/graphicility/latest/graphicility/"
edition = "2024"
keywords = ["gui", "immediate", "graphics"]
license = "MIT"
name = "graphicility"
readme = "README.md"
repository = "https://github.com/BersisSe/graphicility"
version = "0.3.0"