mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-22 23:04:07 +00:00
dd6febe309
* update deno crates & align to IDL * revert GPUAutoLayoutMode * revert GPUAutoLayoutMode
22 lines
450 B
TOML
22 lines
450 B
TOML
[package]
|
|
name = "cts_runner"
|
|
version = "0.1.0"
|
|
authors = [
|
|
"Luca Casonato <hello@lcas.dev>",
|
|
]
|
|
edition = "2018"
|
|
description = "CTS runner for wgpu"
|
|
license = "MIT OR Apache-2.0"
|
|
publish = false
|
|
resolver = "2"
|
|
|
|
[dependencies]
|
|
deno_console = "0.53.0"
|
|
deno_core = "0.135.0"
|
|
deno_url = "0.53.0"
|
|
deno_web = "0.84.0"
|
|
deno_webidl = "0.53.0"
|
|
deno_webgpu = { path = "../deno_webgpu" }
|
|
tokio = { version = "1.17.0", features = ["full"] }
|
|
termcolor = "1.1.2"
|