oxidize-html-gpui 0.1.2

GPUI rendering backend for oxidize-html. Translates DrawCommands into GPUI elements.
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 = "oxidize-html-gpui"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "GPUI rendering backend for oxidize-html. Translates DrawCommands into GPUI elements."
readme = "README.md"
keywords = [
    "html",
    "gpui",
    "renderer",
    "zed",
    "gui",
]
categories = [
    "rendering",
    "gui",
]
license = "MIT"
repository = "https://github.com/ghostvox/oxidize-html"
resolver = "2"

[features]
gpui = ["dep:gpui"]

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

[dependencies.gpui]
version = "0.2.2"
optional = true

[dependencies.oxidize-html]
version = "0.1.0"