tk 0.1.10

Rust bindings for Tk GUI library
[build-dependencies.inwelling]
version = "0.5.2"
[dependencies.bitflags]
version = "1.0"

[dependencies.cex]
version = "0.5"

[dependencies.clib]
version = "0.2.4"

[dependencies.enumx]
version = "0.4"

[dependencies.heredom]
version = "0.1"

[dependencies.num_enum]
version = "0.7.1"

[dependencies.once_cell]
version = "1.17.1"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.strum]
version = "0.19"

[dependencies.strum_macros]
version = "0.19"

[dependencies.tcl]
version = "0.1.8"

[dependencies.tcl_derive]
version = "0.1.4"

[dependencies.tuplex]
version = "0.1"
[dev-dependencies.regex]
version = "1.7.1"

[features]
cex_enum32 = ["cex/enum32", "tcl/cex_enum32"]
cex_env_log = ["cex/env_log", "tcl/cex_env_log"]
cex_log = ["cex/log", "tcl/cex_log"]
cex_pretty_log = ["cex/pretty_log", "tcl/cex_pretty_log"]
libtk = []

[package]
authors = ["oooutlk <oooutlk@outlook.com>"]
categories = ["gui", "api-bindings"]
description = "Rust bindings for Tk GUI library"
edition = "2021"
homepage = "https://oooutlk.github.io/tk/"
keywords = ["gui", "tcl", "tk", "binding"]
license = "MIT/Apache-2.0"
name = "tk"
readme = "README.md"
repository = "https://github.com/oooutlk/tcltk"
version = "0.1.10"
[package.metadata.inwelling.clib]
build = ["tk86"]
[package.metadata.inwelling.clib.spec.tk86]
dependencies = ["tcl86"]
exe = ["wish86", "wish"]
header-dependencies = ["x11"]
headers = ["tk.h"]
includedir = ["tk8.6", "tk"]
pc-alias = ["tk", "tk8.6"]

[package.metadata.inwelling.clib.spec.tk86.libs]
tk = ["libtk86.so", "libtk8.6.so", "libtk.so", "libtk86.a", "libtk.a", "libtk86.dll.a", "libtk.dll.a", "tk86t.dll", "tk86t.lib"]
tkstub = ["libtkstub86.a", "libtkstub8.6.a", "libtkstub.a", "tkstub86.lib"]