fltk-sys 0.1.20

Rust bindings for the FLTK GUI library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[build-dependencies.cmake]
version = "^0.1"

[lib]
name = "fltk_sys"
path = "src/lib.rs"

[package]
authors = ["MoAlyousef <mohammed.alyousef@neurosrg.com>"]
build = "build.rs"
description = "Rust bindings for the FLTK GUI library"
edition = "2018"
keywords = ["gui", "bindings", "graphics"]
license = "MIT"
name = "fltk-sys"
repository = "https://github.com/MoAlyousef/fltk-rs"
version = "0.1.20"