cotis-raylib 0.1.0-alpha

Raylib-backed renderer for Cotis
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "cotis-raylib"
version = "0.1.0-alpha"
authors = ["Ignacio Castán"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Raylib-backed renderer for Cotis"
homepage = "https://github.com/igna-778/cotis-raylib.git"
documentation = "https://docs.rs/cotis-raylib"
readme = "README.md"
keywords = [
    "gui",
    "ui",
    "rendering",
    "raylib",
]
categories = [
    "gui",
    "rendering",
]
license = "MIT"
repository = "https://github.com/igna-778/cotis-raylib.git"

[features]
complex-color = [
    "cotis-defaults/complex_color",
    "cotis-defaults/complex_colored_text",
]
test-render = []

[lib]
name = "cotis_raylib"
path = "src/lib.rs"

[[example]]
name = "basic_example"
path = "examples/basic_example.rs"

[[example]]
name = "circle_example"
path = "examples/circle_example.rs"

[[example]]
name = "gradients_example"
path = "examples/gradients_example.rs"
required-features = ["complex-color"]

[[example]]
name = "gradients_example_solid"
path = "examples/gradients_example_solid.rs"

[dependencies.cotis]
version = "0.1.0-alpha"

[dependencies.cotis-defaults]
version = "0.1.0-alpha"

[dependencies.cotis-utils]
version = "0.1.0-alpha"

[dependencies.indexmap]
version = "2"

[dependencies.raylib]
version = "6.0.0"

[dev-dependencies.cotis-layout]
version = "0.1.0-alpha"

[dev-dependencies.cotis-pipes]
version = "0.1.0-alpha"