opentui-sys 0.1.0

Bindings to the sst/opentui core zig library C ABI
[build-dependencies.bindgen]
version = "0.72"

[build-dependencies.toml]
features = ["parse"]
version = "0.9.5"

[dependencies]

[[example]]
name = "basic_usage"
path = "examples/basic_usage.rs"

[[example]]
name = "test_bindings"
path = "examples/test_bindings.rs"

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

[package]
authors = ["Daniel Rollins <me@deej.io>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "Bindings to the sst/opentui core zig library C ABI"
edition = "2024"
homepage = "https://github.com/deej-io/opentui-rs"
keywords = ["tui"]
license = "MIT"
name = "opentui-sys"
readme = false
repository = "https://github.com/deej-io/opentui-rs"
version = "0.1.0"

[package.metadata.upstream]
commit = "b02eb34"
name = "opentui"
path = "vendor/opentui"
repo = "https://github.com/sst/opentui"