[build-dependencies.bindgen]
default-features = false
features = ["runtime"]
version = "0.64.0"
[build-dependencies.pkg-config]
version = "0.3.26"
[dependencies.libc]
version = "0.2.140"
[dependencies.tcl-sys]
version = "0.2.0"
[dependencies.x11]
version = "2.21.0"
[package]
authors = ["Josiah Baldwin <jbaldwin@nwvariancesoftware.dev>"]
categories = ["graphics", "gui", "compilers", "external-ffi-bindings"]
description = "bindings to Tk graphics library"
documentation = "https://docs.rs/tk_sys/0.1.0/"
edition = "2021"
homepage = "https://github.com/MisterEggnog/tcltk-rs"
include = ["src", "tests", "examples", "build.rs", "tk8.6"]
keywords = ["bindings", "tcl", "tk", "script", "scripting"]
license = "MIT OR Apache-2.0"
links = "tk"
name = "tk-sys"
readme = "README.md"
repository = "https://github.com/MisterEggnog/tcltk-rs"
resolver = "1"
version = "0.2.0"