mirror of
https://github.com/servo/servo.git
synced 2025-08-12 08:55:32 +01:00
Update image related dependencies
This commit is contained in:
parent
34bf312e0c
commit
db34ea668a
9 changed files with 177 additions and 145 deletions
|
@ -23,6 +23,7 @@ rand = [
|
|||
"phf_generator",
|
||||
"rand",
|
||||
"servo_rand",
|
||||
"smithay-client-toolkit",
|
||||
"tempfile",
|
||||
"tokio-threadpool",
|
||||
"uuid",
|
||||
|
@ -32,22 +33,16 @@ rand = [
|
|||
[ignore]
|
||||
# Ignored packages with duplicated versions
|
||||
packages = [
|
||||
"core-graphics",
|
||||
"crossbeam-deque",
|
||||
"crossbeam-epoch",
|
||||
"crossbeam-utils",
|
||||
"gl_generator",
|
||||
"khronos_api",
|
||||
"log",
|
||||
# TODO: remove num-rational when https://github.com/PistonDevelopers/image/pull/809 is merged.
|
||||
"num-rational",
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"rand",
|
||||
"syn",
|
||||
"unicase",
|
||||
"winapi",
|
||||
"xml-rs",
|
||||
]
|
||||
# Files that are ignored for all tidy and lint checks.
|
||||
files = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue