mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +01:00
Remove tinyfiledialogs dependency (#35674)
Signed-off-by: L Ashwin B <lashwinib@gmail.com>
This commit is contained in:
parent
900655fbc7
commit
0065e63190
3 changed files with 0 additions and 13 deletions
11
Cargo.lock
generated
11
Cargo.lock
generated
|
@ -6928,7 +6928,6 @@ dependencies = [
|
|||
"shellwords",
|
||||
"sig",
|
||||
"surfman",
|
||||
"tinyfiledialogs",
|
||||
"tokio",
|
||||
"tracing",
|
||||
"tracing-perfetto",
|
||||
|
@ -7681,16 +7680,6 @@ dependencies = [
|
|||
"strict-num",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "tinyfiledialogs"
|
||||
version = "3.3.9"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "848eb50d6d21430349d82418c2244f611b1ad3e1c52c675320338b3102d06554"
|
||||
dependencies = [
|
||||
"cc",
|
||||
"libc",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "tinystr"
|
||||
version = "0.7.6"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue