simple-render 0.1.0

a simple immediate mode wayland ui renderer inspired by clay
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 = "simple-render"
version = "0.1.0"
build = false
include = [
    "Cargo.toml",
    "src/**/*.rs",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "a simple immediate mode wayland ui renderer inspired by clay"
readme = false
keywords = [
    "wayland",
    "ui",
    "immediate-mode",
    "renderer",
]
categories = [
    "gui",
    "rendering",
]
license = "GPL-3.0"
repository = "https://github.com/lisk77/simple-render"

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

[dependencies.cosmic-text]
version = "0.19.0"

[dependencies.smithay-client-toolkit]
version = "0.19"
features = ["calloop"]
default-features = false

[profile.release]
opt-level = "z"
lto = "thin"
codegen-units = 1
panic = "abort"
strip = "symbols"