[package]
edition = "2021"
rust-version = "1.89"
name = "oxiui-text"
version = "0.1.0"
authors = ["COOLJAPAN OU (Team Kitasan)"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "OxiText/OxiFont bridge for OxiUI text rendering"
readme = "README.md"
keywords = [
"text",
"oxiui",
"oxitext",
"cooljapan",
"pure-rust",
]
categories = [
"text-processing",
"gui",
]
license = "Apache-2.0"
repository = "https://github.com/cool-japan/oxiui"
[features]
default = []
[lib]
name = "oxiui_text"
path = "src/lib.rs"
[[test]]
name = "text_tests"
path = "tests/text_tests.rs"
[dependencies.oxitext]
version = "0.1.0"
[dependencies.oxiui-core]
version = "0.1.0"