diff options
author | atouchet <alextouchet@outlook.com> | 2020-05-31 08:55:28 -0700 |
---|---|---|
committer | atouchet <alextouchet@outlook.com> | 2020-05-31 08:55:28 -0700 |
commit | ca30ec02fcae8bc9e38c9017cf94f76a069abef1 (patch) | |
tree | 85e66efe4455a3c64f91ea78b68652675968dcf2 /components/webgpu | |
parent | a509c33abf4931ca4d59e737ac60c5adfc8599cc (diff) | |
download | servo-ca30ec02fcae8bc9e38c9017cf94f76a069abef1.tar.gz servo-ca30ec02fcae8bc9e38c9017cf94f76a069abef1.zip |
More Cargo.toml updates
Diffstat (limited to 'components/webgpu')
-rw-r--r-- | components/webgpu/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/components/webgpu/Cargo.toml b/components/webgpu/Cargo.toml index 555dffbfabb..3c8639b3e1a 100644 --- a/components/webgpu/Cargo.toml +++ b/components/webgpu/Cargo.toml @@ -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"] } |