iup-sys 0.0.3

Raw IUP bindings for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies]
libc = "0.1"

[lib]
name = "iup_sys"

[package]
authors = ["David Campbell <dcampbell24@gmail.com>"]
build = "build.rs"
description = "Raw IUP bindings for Rust"
homepage = "https://github.com/dcampbell24/rust-iup-sys"
keywords = ["bindings", "gui", "iup"]
license = "MIT"
links = "IUP"
name = "iup-sys"
repository = "https://github.com/dcampbell24/rust-iup-sys"
version = "0.0.3"