зеркало из https://github.com/mozilla/gecko-dev.git
99 строки
2.1 KiB
TOML
99 строки
2.1 KiB
TOML
[package]
|
|
|
|
name = "gfx"
|
|
version = "0.0.1"
|
|
authors = ["The Servo Project Developers"]
|
|
|
|
[lib]
|
|
name = "gfx"
|
|
path = "lib.rs"
|
|
|
|
[dependencies.plugins]
|
|
path = "../plugins"
|
|
|
|
[dependencies.gfx_traits]
|
|
path = "../gfx_traits"
|
|
|
|
[dependencies.net_traits]
|
|
path = "../net_traits"
|
|
|
|
[dependencies.canvas_traits]
|
|
path = "../canvas_traits"
|
|
|
|
[dependencies.util]
|
|
path = "../util"
|
|
|
|
[dependencies.msg]
|
|
path = "../msg"
|
|
|
|
[dependencies.profile_traits]
|
|
path = "../profile_traits"
|
|
|
|
[dependencies.style]
|
|
path = "../style"
|
|
|
|
[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.stb_image]
|
|
git = "https://github.com/servo/rust-stb-image"
|
|
|
|
[dependencies.png]
|
|
git = "https://github.com/servo/rust-png"
|
|
|
|
[dependencies.skia]
|
|
git = "https://github.com/servo/skia"
|
|
|
|
[dependencies.script_traits]
|
|
path = "../script_traits"
|
|
|
|
[dependencies]
|
|
log = "*"
|
|
fnv = "1.0"
|
|
url = "0.2.35"
|
|
time = "0.1.12"
|
|
bitflags = "*"
|
|
rustc-serialize = "0.3"
|
|
libc = "*"
|
|
rand = "*"
|
|
harfbuzz = "0.1"
|
|
smallvec = "0.1"
|
|
string_cache = "0.1"
|
|
|
|
[target.x86_64-apple-darwin.dependencies]
|
|
core-foundation = "*"
|
|
core-graphics = "*"
|
|
|
|
[target.i686-unknown-linux-gnu.dependencies.fontconfig]
|
|
git = "https://github.com/servo/rust-fontconfig"
|
|
|
|
[target.x86_64-unknown-linux-gnu.dependencies.fontconfig]
|
|
git = "https://github.com/servo/rust-fontconfig"
|
|
|
|
[target.arm-unknown-linux-gnueabihf.dependencies.fontconfig]
|
|
git = "https://github.com/servo/rust-fontconfig"
|
|
|
|
[target.arm-linux-androideabi.dependencies.fontconfig]
|
|
git = "https://github.com/servo/rust-fontconfig"
|
|
|
|
[target.i686-unknown-linux-gnu.dependencies.freetype]
|
|
git = "https://github.com/servo/rust-freetype"
|
|
|
|
[target.x86_64-unknown-linux-gnu.dependencies.freetype]
|
|
git = "https://github.com/servo/rust-freetype"
|
|
|
|
[target.arm-unknown-linux-gnueabihf.dependencies.freetype]
|
|
git = "https://github.com/servo/rust-freetype"
|
|
|
|
[target.arm-linux-androideabi.dependencies.freetype]
|
|
git = "https://github.com/servo/rust-freetype"
|
|
|
|
[target.x86_64-apple-darwin.dependencies.core-text]
|
|
git = "https://github.com/servo/core-text-rs"
|