cotis-layout 0.1.0-alpha.1

Flexbox-style layout engine 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-layout"
version = "0.1.0-alpha.1"
authors = ["Ignacio Castán"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Flexbox-style layout engine for Cotis"
homepage = "https://github.com/igna-778/cotis-layout.git"
documentation = "https://docs.rs/cotis-layout"
readme = "README.md"
keywords = [
    "gui",
    "ui",
    "layout",
    "flexbox",
]
categories = [
    "gui",
    "rendering",
]
license = "MIT"
repository = "https://github.com/igna-778/cotis-layout.git"

[features]
serialization = [
    "serde",
    "cotis/serialization",
    "cotis-defaults/serialization",
    "cotis-utils/serialization",
]

[lib]
name = "cotis_layout"
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 = [
    "cotis-defaults/complex_color",
    "cotis-defaults/complex_colored_text",
    "cotis-pipes/complex-color",
    "cotis-raylib/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.2"

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

[dependencies.serde]
version = "1.0.228"
features = ["derive"]
optional = true

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

[dev-dependencies.cotis-raylib]
version = "0.1.0-alpha"
features = ["test-render"]

[dev-dependencies.raylib]
version = "6.0.0"