mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Use tinyfiledialogs from crates.io
This commit is contained in:
parent
839b7fe8ef
commit
f2e748588c
4 changed files with 8 additions and 8 deletions
|
@ -18,4 +18,4 @@ servo_rand = {path = "../rand"}
|
|||
uuid = {version = "0.3.1", features = ["v4"]}
|
||||
|
||||
[target.'cfg(target_os = "linux")'.dependencies]
|
||||
tinyfiledialogs = {git = "https://github.com/jdm/tinyfiledialogs"}
|
||||
tinyfiledialogs = "2.5.9"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -18,7 +18,7 @@ debugmozjs = ['js/debugmozjs']
|
|||
cmake = "0.1"
|
||||
|
||||
[target.'cfg(any(target_os = "macos", target_os = "linux", target_os = "windows"))'.dependencies]
|
||||
tinyfiledialogs = {git = "https://github.com/jdm/tinyfiledialogs"}
|
||||
tinyfiledialogs = "2.5.9"
|
||||
|
||||
[dependencies]
|
||||
angle = {git = "https://github.com/servo/angle", branch = "servo"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue