mirror of
https://github.com/servo/servo.git
synced 2025-09-30 16:49:16 +01:00
Some Cargo.toml cleanups
This commit is contained in:
parent
e5a831682e
commit
b5a3f016db
4 changed files with 73 additions and 73 deletions
|
@ -55,15 +55,15 @@ getopts = "0.2.11"
|
|||
gleam = "0.11"
|
||||
keyboard-types = "0.4.3"
|
||||
lazy_static = "1"
|
||||
libservo = {path = "../../components/servo"}
|
||||
libc = "0.2"
|
||||
libservo = { path = "../../components/servo" }
|
||||
log = "0.4"
|
||||
servo-media = {git = "https://github.com/servo/media"}
|
||||
servo-media = { git = "https://github.com/servo/media" }
|
||||
shellwords = "1.0.0"
|
||||
surfman = { version = "0.2", features = ["sm-winit", "sm-x11"] }
|
||||
tinyfiledialogs = "3.0"
|
||||
webxr-api = { git = "https://github.com/servo/webxr", features = ["ipc"] }
|
||||
webxr = { git = "https://github.com/servo/webxr", features = ["ipc", "glwindow", "headless"] }
|
||||
webxr-api = { git = "https://github.com/servo/webxr", features = ["ipc"] }
|
||||
winit = "0.19"
|
||||
|
||||
[target.'cfg(any(target_os = "linux", target_os = "windows"))'.dependencies]
|
||||
|
|
|
@ -13,11 +13,11 @@ test = false
|
|||
bench = false
|
||||
|
||||
[dependencies]
|
||||
simpleservo = { path = "../api" }
|
||||
log = "0.4"
|
||||
lazy_static = "1"
|
||||
env_logger = "0.7"
|
||||
backtrace = "0.3"
|
||||
env_logger = "0.7"
|
||||
lazy_static = "1"
|
||||
log = "0.4"
|
||||
simpleservo = { path = "../api" }
|
||||
surfman = "0.2"
|
||||
|
||||
[target.'cfg(target_os = "windows")'.dependencies]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue