iup-sys

Raw IUP bindings for Rust


Keywords
iup, gui, bindings
License
MIT

Documentation

IUP-SYS Rust

Build Status Crates.io

These are low level Rust bindings to IUP. Bindings to CD and IM are not included.

Installation

To use this library you must install IUP. See download tips for more information. Note that this crate only links with IUP, not IM or CD.

After installing IUP, add this crate as a dependecny in your Cargo.toml file:

[dependencies]
iup-sys = "0.0"

License

This project is licensed under the MIT license. See LICENSE for the full license and LICENSE-TECGRAF for the license of the IUP library this library binds to.