nappgui 0.2.0

Rust bindings to NAppGUI
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "nappgui"
version = "0.2.0"
edition = "2021"
authors = ["felixmaker"]
description = "Rust bindings to NAppGUI"
license = "MIT"
readme = "README.md"
repository = "https://github.com/felixmaker/nappgui-rs"
categories = ["gui"]
exclude = ["examples"]

[dependencies]
libc = "0.2"
nappgui-sys = { path = "../nappgui-sys", version = "=0.2" }
nappgui-macros = { path = "../nappgui-macros", version = "=0.1" }