oxiui-text 0.1.0

OxiText/OxiFont bridge for OxiUI text rendering
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 = "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"