tfd 0.1.0

Pure-Rust fork of the tinyfiledialogs C library
Documentation
[dependencies]

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

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Pure-Rust fork of the tinyfiledialogs C library"
edition = "2021"
license = "MIT"
name = "tfd"
readme = "README.md"
version = "0.1.0"

[target.'cfg(target_os = "android")'.dependencies.jni]
version = "0.21"

[target.'cfg(target_os = "ios")'.dependencies.objc2]
version = "0.6.0"

[target.'cfg(target_os = "ios")'.dependencies.objc2-foundation]
version = "0.3"

[target.'cfg(target_os = "windows")'.dependencies.windows]
features = ["Foundation", "Win32_Foundation", "Win32_System_Com", "Win32_UI_Shell_Common", "Win32_UI_WindowsAndMessaging", "Win32_System_LibraryLoader", "Win32_System_Threading", "Win32_System_Registry", "Win32_System_SystemInformation", "Data_Xml_Dom", "UI_Notifications"]
version = "0.48"