cpux 0.2.1

Retained-mode GUI Framework
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 = "cpux"
version = "0.2.1"
authors = ["Pjdur"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Retained-mode GUI Framework"
readme = "README.md"
keywords = [
    "graphics",
    "framework",
    "gui",
    "window",
]
categories = [
    "gui",
    "rendering",
    "graphics",
]
license = "MIT"
repository = "https://github.com/Pjdur/cpux"

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

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

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

[dependencies.env_logger]
version = "0.11.8"

[dependencies.image]
version = "0.24"

[dependencies.imageproc]
version = "0.23.0"

[dependencies.pixels]
version = "0.13"

[dependencies.rusttype]
version = "0.9.0"

[dependencies.winit]
version = "0.28.7"