mirror of
https://github.com/servo/servo.git
synced 2025-07-02 21:13:39 +01:00
Crate webrender is bumped to the first commit in https://github.com/servo/webrender/pull/248. Crate webrender_traits is bumped to the merge of https://github.com/servo/webrender_traits/pull/21.
51 lines
992 B
TOML
51 lines
992 B
TOML
[package]
|
|
name = "script_traits"
|
|
version = "0.0.1"
|
|
authors = ["The Servo Project Developers"]
|
|
publish = false
|
|
|
|
[lib]
|
|
name = "script_traits"
|
|
path = "lib.rs"
|
|
|
|
[dependencies.canvas_traits]
|
|
path = "../canvas_traits"
|
|
|
|
[dependencies.gfx_traits]
|
|
path = "../gfx_traits"
|
|
|
|
[dependencies.msg]
|
|
path = "../msg"
|
|
|
|
[dependencies.net_traits]
|
|
path = "../net_traits"
|
|
|
|
[dependencies.plugins]
|
|
path = "../plugins"
|
|
|
|
[dependencies.profile_traits]
|
|
path = "../profile_traits"
|
|
|
|
[dependencies.style_traits]
|
|
path = "../style_traits"
|
|
|
|
[dependencies.util]
|
|
path = "../util"
|
|
|
|
[dependencies.devtools_traits]
|
|
path = "../devtools_traits"
|
|
|
|
[dependencies.ipc-channel]
|
|
git = "https://github.com/servo/ipc-channel"
|
|
|
|
[dependencies]
|
|
app_units = {version = "0.2.3", features = ["plugins"]}
|
|
euclid = {version = "0.6.4", features = ["plugins"]}
|
|
heapsize = "0.3.0"
|
|
heapsize_plugin = "0.1.2"
|
|
libc = "0.2"
|
|
offscreen_gl_context = "0.1.2"
|
|
serde = "0.7"
|
|
serde_macros = "0.7"
|
|
time = "0.1.12"
|
|
url = {version = "0.5.7", features = ["heap_size"]}
|