cotis-modules-debug 0.1.0-alpha

Record, replay, and isolate Cotis layout and UI declaration pipelines
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-modules-debug"
version = "0.1.0-alpha"
authors = ["Ignacio Castán"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Record, replay, and isolate Cotis layout and UI declaration pipelines"
homepage = "https://github.com/igna-778/cotis-debugging.git"
documentation = "https://docs.rs/cotis-modules-debug"
readme = "README.md"
keywords = [
    "gui",
    "ui",
    "debugging",
    "serialization",
]
categories = [
    "gui",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/igna-778/cotis-debugging.git"

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

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

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

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

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

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

[dependencies.serde_json]
version = "1.0.150"

[dev-dependencies.cotis-defaults]
version = "0.1.0-alpha.2"
features = ["serialization"]

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

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

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

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

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