mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-22 06:44:14 +00:00
23 lines
988 B
TOML
23 lines
988 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 = { git = "https://github.com/denoland/deno", rev = "ca75752e5a9499a0a997809f02b18c2ba1ecd58d" }
|
|
deno_core = { git = "https://github.com/denoland/deno", rev = "ca75752e5a9499a0a997809f02b18c2ba1ecd58d" }
|
|
deno_timers = { git = "https://github.com/denoland/deno", rev = "ca75752e5a9499a0a997809f02b18c2ba1ecd58d" }
|
|
deno_url = { git = "https://github.com/denoland/deno", rev = "ca75752e5a9499a0a997809f02b18c2ba1ecd58d" }
|
|
deno_web = { git = "https://github.com/denoland/deno", rev = "ca75752e5a9499a0a997809f02b18c2ba1ecd58d" }
|
|
deno_webidl = { git = "https://github.com/denoland/deno", rev = "ca75752e5a9499a0a997809f02b18c2ba1ecd58d" }
|
|
deno_webgpu = { path = "../deno_webgpu" }
|
|
tokio = { version = "1.10.0", features = ["full"] }
|
|
termcolor = "1.1.2"
|