[dependencies.nappgui-sys]
version = "=0.1"
[[example]]
name = "guibind"
path = "examples/guibind.rs"
[[example]]
name = "hello"
path = "examples/hello.rs"
[lib]
name = "nappgui"
path = "src/lib.rs"
[package]
authors = ["felixmaker"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["gui"]
description = "Rust bindings to NAppGUI"
edition = "2021"
license = "MIT"
name = "nappgui"
readme = "README.md"
repository = "https://github.com/felixmaker/nappgui-rs"
version = "0.1.0"