mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
update tinyfiledialogs
This commit is contained in:
parent
679d2de4e7
commit
76552b3e1e
4 changed files with 8 additions and 8 deletions
|
@ -19,4 +19,4 @@ servo_rand = {path = "../rand"}
|
|||
uuid = {version = "0.5", features = ["v4"]}
|
||||
|
||||
[target.'cfg(target_os = "linux")'.dependencies]
|
||||
tinyfiledialogs = "2.5.9"
|
||||
tinyfiledialogs = "3.0"
|
||||
|
|
|
@ -44,7 +44,7 @@ uuid = {version = "0.5", 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 = "2.5.9"
|
||||
tinyfiledialogs = "3.0"
|
||||
|
||||
[[test]]
|
||||
name = "main"
|
||||
|
|
|
@ -24,7 +24,7 @@ phf_shared = "0.7.18"
|
|||
serde_json = "1.0"
|
||||
|
||||
[target.'cfg(any(target_os = "macos", target_os = "linux", target_os = "windows"))'.dependencies]
|
||||
tinyfiledialogs = "2.5.9"
|
||||
tinyfiledialogs = "3.0"
|
||||
|
||||
[dependencies]
|
||||
app_units = "0.6"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue