# 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.64" name = "fltk-sys" version = "1.4.32" authors = ["The fltk-rs Authors"] build = "build/main.rs" links = "cfltk" 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", ] [lib] name = "fltk_sys" path = "src/lib.rs" [build-dependencies.cc] version = "1" features = ["parallel"] optional = true [build-dependencies.cmake] version = "0.1" [features] cairoext = [] default = [] enable-glwindow = [] fltk-bundled = [] fltk-config = ["cc"] fltk-shared = [] 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 = []