fltk-sys 1.5.23

Rust bindings for the FLTK GUI library
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

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

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

[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"

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

[build-dependencies.cc]
version = "1"
features = ["parallel"]
optional = true

[target.'cfg(not(any(target_os = "emscripten", target_os = "android")))'.build-dependencies.cmake]
version = "0.1.58"

[target.'cfg(target_os = "emscripten")'.build-dependencies.cmake]
version = "0.1.2"
package = "cmk"