fltk-sys 1.5.2

Rust bindings for the FLTK GUI library
Documentation
[build-dependencies.cc]
features = ["parallel"]
optional = true
version = "1"

[build-dependencies.cmake]
version = "0.1.51"

[build-dependencies.cmk]
version = "0.1.2"

[[example]]
name = "sys_simple"
path = "examples/sys_simple.rs"

[features]
cairoext = []
default = []
enable-glwindow = []
fltk-bundled = []
fltk-config = ["cc"]
fltk-shared = []
gtk-decor = []
legacy-opengl = []
no-gdiplus = []
no-images = []
no-pango = []
pkg-config = []
single-threaded = []
static-msvcrt = []
system-fltk = []
system-libjpeg = []
system-libpng = []
system-zlib = []
use-ninja = []
use-wayland = []

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

[package]
authors = ["The fltk-rs Authors"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build/main.rs"
categories = ["gui"]
description = "Rust bindings for the FLTK GUI library"
edition = "2021"
keywords = ["gui", "bindings", "graphics"]
license = "MIT"
links = "cfltk"
name = "fltk-sys"
readme = "README.md"
repository = "https://github.com/fltk-rs/fltk-rs"
rust-version = "1.64"
version = "1.5.2"

[package.metadata.docs.rs]
features = ["enable-glwindow"]
rustdoc-args = ["--cfg", "docsrs"]