[package]
edition = "2024"
name = "mnml-libghostty-vt-sys"
version = "0.2.3"
authors = ["Chris McLennan"]
build = "build.rs"
links = "ghostty-vt"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Raw FFI bindings to Ghostty's libghostty-vt (the C API in include/ghostty/vt.h)."
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/chris-mclennan/mnml"
resolver = "2"
[package.metadata.docs.rs]
no-default-features = true
[features]
default = [
"pkg-config",
"source-build",
]
pkg-config = []
source-build = []
[lib]
name = "libghostty_vt_sys"
path = "src/lib.rs"
[build-dependencies.bindgen]
version = "0.71"
[build-dependencies.pkg-config]
version = "0.3"