mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Move constellation into its own crate.
This commit is contained in:
parent
aa8c835d3b
commit
c057ace251
13 changed files with 197 additions and 47 deletions
|
@ -19,12 +19,9 @@ profile_traits = {path = "../profile_traits"}
|
|||
net_traits = {path = "../net_traits"}
|
||||
util = {path = "../util"}
|
||||
devtools_traits = {path = "../devtools_traits"}
|
||||
canvas_traits = {path = "../canvas_traits"}
|
||||
canvas = {path = "../canvas"}
|
||||
plugins = {path = "../plugins"}
|
||||
azure = {git = "https://github.com/servo/rust-azure", features = ["plugins"]}
|
||||
layers = {git = "https://github.com/servo/rust-layers", features = ["plugins"]}
|
||||
clipboard = {git = "https://github.com/aweinstock314/rust-clipboard"}
|
||||
ipc-channel = {git = "https://github.com/servo/ipc-channel"}
|
||||
webrender_traits = {git = "https://github.com/servo/webrender_traits"}
|
||||
webrender = {git = "https://github.com/servo/webrender"}
|
||||
|
@ -33,8 +30,6 @@ euclid = {version = "0.6.4", features = ["plugins"]}
|
|||
gleam = "0.2.8"
|
||||
image = "0.10"
|
||||
log = "0.3.5"
|
||||
offscreen_gl_context = "0.1.2"
|
||||
rand = "0.3"
|
||||
serde = "0.7"
|
||||
serde_macros = "0.7"
|
||||
time = "0.1.17"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue