[package]
edition = "2021"
rust-version = "1.74"
name = "jawt-sys"
version = "0.2.0"
authors = ["Chanjung Kim <chanjungkim@paxbun.dev>"]
build = false
exclude = [".bindgen"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Raw bindings to Java AWT"
homepage = "https://github.com/gobley/jawt"
readme = "README.md"
keywords = [
"java",
"jni",
"jawt",
"awt",
]
categories = ["external-ffi-bindings"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/gobley/jawt"
[features]
static-get-awt = []
[lib]
name = "jawt_sys"
path = "src/lib.rs"
[dependencies.jni-sys]
version = "0.3"
default-features = false
[target.'cfg(all(target_family = "unix", not(target_vendor = "apple"), not(target_os = "android")))'.dependencies.x11-dl]
version = "2"
default-features = false
[target.'cfg(target_os = "windows")'.dependencies.windows-sys]
version = "0.60"
features = [
"Win32_Foundation",
"Win32_Graphics_Gdi",
]
default-features = false