[package]
name = "cotis-raylib"
version = "0.1.0-alpha"
edition = "2024"
license = "MIT"
authors = ["Ignacio Castán"]
description = "Raylib-backed renderer for Cotis"
readme = "../README.md"
documentation = "https://docs.rs/cotis-raylib"
repository = "https://github.com/igna-778/cotis-raylib.git"
homepage = "https://github.com/igna-778/cotis-raylib.git"
keywords = ["gui", "ui", "rendering", "raylib"]
categories = ["gui", "rendering"]
autoexamples = false
[features]
test-render = []
complex-color = [
"cotis-defaults/complex_color",
"cotis-defaults/complex_colored_text",
]
[dependencies]
cotis = "0.1.0-alpha"
cotis-utils = "0.1.0-alpha"
cotis-defaults = "0.1.0-alpha"
indexmap = "2"
raylib = "6.0.0"
[dev-dependencies]
cotis-layout = "0.1.0-alpha"
cotis-pipes = "0.1.0-alpha"
[[example]]
name = "basic_example"
[[example]]
name = "gradients_example"
required-features = ["complex-color"]
[[example]]
name = "gradients_example_solid"
[[example]]
name = "circle_example"