term-wm-render 0.9.6-alpha

Rendering abstraction layer with backend and target traits for term-wm.
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 = "term-wm-render"
version = "0.9.6-alpha"
authors = ["Jeremy Harris <jeremy.harris@zenosmosis.com>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rendering abstraction layer with backend and target traits for term-wm."
readme = "README.md"
keywords = [
    "renderer",
    "backend",
    "ui",
]
categories = [
    "rendering",
    "graphics",
    "gui",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/jzombie/term-wm"
resolver = "2"

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