refactor(filemanager): remove awareness to ui behavior

This commit is contained in:
OJ Kwon 2018-03-30 12:06:31 -07:00
parent 4125b54c0d
commit f69b124444
No known key found for this signature in database
GPG key ID: 6C23A45602A44DA6
5 changed files with 1 additions and 71 deletions

View file

@ -49,9 +49,6 @@ url = "1.2"
uuid = {version = "0.6", features = ["v4"]}
webrender_api = {git = "https://github.com/servo/webrender", features = ["ipc"]}
[target.'cfg(any(target_os = "macos", target_os = "linux", target_os = "windows"))'.dependencies]
tinyfiledialogs = "3.0"
[[test]]
name = "main"
path = "tests/main.rs"