mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
57 lines
1.2 KiB
TOML
57 lines
1.2 KiB
TOML
[package]
|
|
name = "msg"
|
|
version = "0.0.1"
|
|
authors = ["The Servo Project Developers"]
|
|
|
|
[lib]
|
|
name = "msg"
|
|
path = "lib.rs"
|
|
|
|
[dependencies.util]
|
|
path = "../util"
|
|
|
|
[dependencies.canvas_traits]
|
|
path = "../canvas_traits"
|
|
|
|
[dependencies.style_traits]
|
|
path = "../style_traits"
|
|
|
|
[dependencies.azure]
|
|
git = "https://github.com/servo/rust-azure"
|
|
features = ["plugins"]
|
|
|
|
[dependencies.layers]
|
|
git = "https://github.com/servo/rust-layers"
|
|
features = ["plugins"]
|
|
|
|
[dependencies.hyper]
|
|
version = "0.6"
|
|
features = [ "serde-serialization" ]
|
|
|
|
[dependencies.url]
|
|
version = "0.2.36"
|
|
features = [ "serde_serialization" ]
|
|
|
|
[dependencies.ipc-channel]
|
|
git = "https://github.com/pcwalton/ipc-channel"
|
|
|
|
[dependencies.offscreen_gl_context]
|
|
git = "https://github.com/ecoal95/rust-offscreen-rendering-context"
|
|
features = ["texture_surface"]
|
|
|
|
[dependencies.plugins]
|
|
path = "../plugins"
|
|
|
|
[dependencies]
|
|
app_units = {version = "0.1", features = ["plugins"]}
|
|
bitflags = "0.3"
|
|
rustc-serialize = "0.3.4"
|
|
euclid = {version = "0.3", features = ["plugins"]}
|
|
serde = "0.6"
|
|
serde_macros = "0.6"
|
|
|
|
[target.x86_64-apple-darwin.dependencies]
|
|
core-foundation = "0.1"
|
|
|
|
[target.x86_64-apple-darwin.dependencies.io-surface]
|
|
git = "https://github.com/servo/io-surface-rs"
|