mirror of
https://github.com/servo/servo.git
synced 2025-08-08 15:05:35 +01:00
72 lines
1.3 KiB
TOML
72 lines
1.3 KiB
TOML
[package]
|
|
name = "compositing"
|
|
version = "0.0.1"
|
|
authors = ["The Servo Project Developers"]
|
|
|
|
[lib]
|
|
name = "compositing"
|
|
path = "lib.rs"
|
|
|
|
[dependencies.gfx]
|
|
path = "../gfx"
|
|
|
|
[dependencies.gfx_traits]
|
|
path = "../gfx_traits"
|
|
|
|
[dependencies.layout_traits]
|
|
path = "../layout_traits"
|
|
|
|
[dependencies.script_traits]
|
|
path = "../script_traits"
|
|
|
|
[dependencies.msg]
|
|
path = "../msg"
|
|
|
|
[dependencies.net]
|
|
path = "../net"
|
|
|
|
[dependencies.profile_traits]
|
|
path = "../profile_traits"
|
|
|
|
[dependencies.net_traits]
|
|
path = "../net_traits"
|
|
|
|
[dependencies.style]
|
|
path = "../style"
|
|
|
|
[dependencies.util]
|
|
path = "../util"
|
|
|
|
[dependencies.devtools_traits]
|
|
path = "../devtools_traits"
|
|
|
|
[dependencies.azure]
|
|
git = "https://github.com/servo/rust-azure"
|
|
|
|
[dependencies.geom]
|
|
git = "https://github.com/servo/rust-geom"
|
|
|
|
[dependencies.layers]
|
|
git = "https://github.com/servo/rust-layers"
|
|
|
|
[dependencies.png]
|
|
git = "https://github.com/servo/rust-png"
|
|
|
|
[dependencies.gleam]
|
|
git = "https://github.com/servo/gleam"
|
|
|
|
[dependencies.clipboard]
|
|
git = "https://github.com/aweinstock314/rust-clipboard"
|
|
|
|
[dependencies]
|
|
log = "*"
|
|
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"
|