[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"