[package]
edition = "2024"
name = "cotis-pipes"
version = "0.1.0-alpha.2"
authors = ["Ignacio Castán"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Layout-to-renderer pipe for Cotis"
homepage = "https://github.com/igna-778/cotis-pipes.git"
documentation = "https://docs.rs/cotis-pipes"
readme = "README.md"
keywords = [
"gui",
"ui",
"layout",
"rendering",
]
categories = [
"gui",
"rendering",
]
license = "MIT"
repository = "https://github.com/igna-778/cotis-pipes.git"
[features]
complex-color = [
"complex_color",
"complex_colored_text",
]
complex_color = ["cotis-defaults/complex_color"]
complex_colored_text = ["cotis-defaults/complex_colored_text"]
[lib]
name = "cotis_pipes"
path = "src/lib.rs"
[dependencies.cotis]
version = "0.1.0-alpha"
[dependencies.cotis-defaults]
version = "0.1.0-alpha"
[dependencies.cotis-layout]
version = "0.1.0-alpha"
[dev-dependencies.cotis-utils]
version = "0.1.0-alpha"