More Cargo.toml updates

This commit is contained in:
atouchet 2020-05-31 08:55:28 -07:00
parent a509c33abf
commit ca30ec02fc
7 changed files with 39 additions and 39 deletions

View file

@ -16,7 +16,7 @@ ipc-channel = "0.14"
log = "0.4"
malloc_size_of = { path = "../malloc_size_of" }
serde = { version = "1.0", features = ["serde_derive"] }
servo_config = {path = "../config"}
servo_config = { path = "../config" }
smallvec = { version = "0.6", features = ["serde"] }
wgpu-core = { version = "0.5.0", git = "https://github.com/gfx-rs/wgpu", features = ["trace", "replay"] }
wgpu-types = { version = "0.5.0", git = "https://github.com/gfx-rs/wgpu", features = ["trace", "replay"] }
wgpu-core = { version = "0.5.0", git = "https://github.com/gfx-rs/wgpu", features = ["replay", "trace"] }
wgpu-types = { version = "0.5.0", git = "https://github.com/gfx-rs/wgpu", features = ["replay", "trace"] }