[[bench]]
name = "color_bench"
path = "benches/color_bench.rs"
[[bench]]
name = "geometry_bench"
path = "benches/geometry_bench.rs"
[dependencies.rdsmath]
version = "0.1.0"
[[example]]
name = "buffer_example"
path = "examples/buffer_example.rs"
[[example]]
name = "color_example"
path = "examples/color_example.rs"
[[example]]
name = "geometry_example"
path = "examples/geometry_example.rs"
[features]
alloc = []
default = []
std = ["alloc"]
[lib]
bench = false
doctest = false
harness = false
name = "gfx_types"
path = "src/lib.rs"
test = false
[package]
authors = ["MikeLanDSBR <contato@mikelandsbr.com.br>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["no-std", "graphics"]
description = "Core graphics types shared between kernel and userspace - RedstoneOS"
documentation = "https://docs.rs/gfx_types"
edition = "2021"
keywords = ["graphics", "kernel", "compositor", "no_std", "redstone"]
license = "MIT"
name = "gfx_types"
readme = "README.md"
repository = "https://github.com/redstone-os/gfx_types"
version = "0.2.0"
[[test]]
name = "buffer_tests"
path = "tests/buffer_tests.rs"
[[test]]
name = "color_tests"
path = "tests/color_tests.rs"
[[test]]
name = "geometry_tests"
path = "tests/geometry_tests.rs"