tinyfiledialogs 3.9.1

High-level Rust binding for the tinyfiledialogs C library.
Documentation
[package]
name = "tinyfiledialogs"
description = "High-level Rust binding for the tinyfiledialogs C library."
version = "3.9.1"
authors = ["Guillaume Vareille <vareille@users.sourceforge.net>", "Josh Matthews <josh@joshmatthews.net>"]
license = "zlib-acknowledgement"
readme = "README.md"
keywords = ["dialog", "ui", "windows", "unix"]
repository = "https://github.com/jdm/tinyfiledialogs-rs"

build = "build.rs"

[features]
default = ["windows-hidpi"]
windows-hidpi = []

[lib]
name = "tinyfiledialogs"

[dependencies]
libc = "0.2.0"

[build-dependencies]
cc = "1"