3 releases
Uses old Rust 2015
0.0.3 | Jun 1, 2015 |
---|---|
0.0.2 | May 30, 2015 |
0.0.1 | May 30, 2015 |
#825 in #gui
Used in 2 crates
24KB
278 lines
IUP-SYS Rust
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.
lib.rs
:
Rust low level bindings for IUP -- A Portable User Interface Toolkit
These bindings follow what is found in iup.h as closely as possibly with the following exceptions:
- C function-like macros have been converted into functions.
- Items that were marked as old or deprecated have been removed.
Dependencies
~43KB