mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Clean up dependencies.
This commit is contained in:
parent
1587d8a301
commit
b5ebbaefe3
9 changed files with 304 additions and 364 deletions
|
@ -52,17 +52,11 @@ git = "https://github.com/servo/rust-layers"
|
|||
[dependencies.png]
|
||||
git = "https://github.com/servo/rust-png"
|
||||
|
||||
[dependencies.core_graphics]
|
||||
git = "https://github.com/servo/rust-core-graphics"
|
||||
|
||||
[dependencies.core_text]
|
||||
git = "https://github.com/servo/rust-core-text"
|
||||
|
||||
[dependencies.gleam]
|
||||
git = "https://github.com/servo/gleam"
|
||||
|
||||
[dependencies.clipboard]
|
||||
git = "https://github.com/servo/rust-x11-clipboard"
|
||||
git = "https://github.com/aweinstock314/rust-clipboard"
|
||||
|
||||
[dependencies]
|
||||
log = "*"
|
||||
|
@ -70,3 +64,9 @@ num = "0.1.24"
|
|||
url = "0.2.35"
|
||||
time = "0.1.17"
|
||||
libc = "*"
|
||||
|
||||
[target.x86_64-apple-darwin.dependencies]
|
||||
core-graphics = "*"
|
||||
|
||||
[target.x86_64-apple-darwin.dependencies.core-text]
|
||||
git = "https://github.com/servo/core-text-rs"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue