mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
56 lines
1 KiB
TOML
56 lines
1 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.layout_traits]
|
|
path = "../layout_traits"
|
|
|
|
[dependencies.script_traits]
|
|
path = "../script_traits"
|
|
|
|
[dependencies.msg]
|
|
path = "../msg"
|
|
|
|
[dependencies.net]
|
|
path = "../net"
|
|
|
|
[dependencies.util]
|
|
path = "../util"
|
|
|
|
[dependencies.devtools]
|
|
path = "../devtools"
|
|
|
|
[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.url]
|
|
git = "https://github.com/servo/rust-url"
|
|
|
|
[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"
|