Use tinyfiledialogs from crates.io

This commit is contained in:
Josh Holmer 2017-01-05 16:59:44 -05:00
parent 839b7fe8ef
commit f2e748588c
4 changed files with 8 additions and 8 deletions

View file

@ -49,4 +49,4 @@ default_features = false
features = ["serde_derive", "ipc"]
[target.'cfg(any(target_os = "macos", target_os = "linux", target_os = "windows"))'.dependencies]
tinyfiledialogs = {git = "https://github.com/jdm/tinyfiledialogs"}
tinyfiledialogs = "2.5.9"