2018-09-19 01:14:04 +00:00
[ workspace ]
2021-06-12 05:04:15 +00:00
resolver = "2"
2018-09-19 01:14:04 +00:00
members = [
2022-10-15 02:55:36 +00:00
"cts_runner" ,
"deno_webgpu" ,
2020-08-12 18:52:21 +00:00
"dummy" ,
"player" ,
2021-06-03 01:42:15 +00:00
"wgpu" ,
2020-08-12 18:52:21 +00:00
"wgpu-core" ,
2021-06-04 05:19:36 +00:00
"wgpu-hal" ,
2021-06-23 06:28:04 +00:00
"wgpu-info" ,
2020-03-11 01:06:23 +00:00
"wgpu-types" ,
2022-10-20 05:41:17 +00:00
"run-wasm"
2021-09-07 22:04:28 +00:00
]
2022-10-20 05:41:17 +00:00
exclude = [ ]
2022-12-21 18:17:05 +00:00
default-members = [ "wgpu" , "wgpu-hal" , "wgpu-info" , "wgpu-types" ]
2021-06-03 01:42:15 +00:00
2022-10-20 05:41:17 +00:00
[ workspace . package ]
edition = "2021"
2022-11-23 21:22:03 +00:00
rust-version = "1.64"
2022-10-20 05:41:17 +00:00
keywords = [ "graphics" ]
license = "MIT OR Apache-2.0"
homepage = "https://wgpu.rs/"
repository = "https://github.com/gfx-rs/wgpu"
2023-01-26 00:25:41 +00:00
version = "0.15.0"
2022-10-20 05:41:17 +00:00
authors = [ "wgpu developers" ]
[ workspace . dependencies . wgc ]
package = "wgpu-core"
path = "./wgpu-core"
2023-01-26 00:30:45 +00:00
version = "0.15"
2022-10-20 05:41:17 +00:00
[ workspace . dependencies . wgt ]
package = "wgpu-types"
path = "./wgpu-types"
2023-01-26 00:30:45 +00:00
version = "0.15"
2022-10-20 05:41:17 +00:00
[ workspace . dependencies . hal ]
package = "wgpu-hal"
path = "./wgpu-hal"
2023-01-26 00:30:45 +00:00
version = "0.15"
2022-10-20 05:41:17 +00:00
[ workspace . dependencies . naga ]
2022-10-28 15:46:43 +00:00
git = "https://github.com/gfx-rs/naga"
2023-02-21 11:50:22 +00:00
rev = "9742f1616c3e3dd2cc9a5880616fc886c391bb9f"
2023-02-03 11:30:08 +00:00
version = "0.11.0"
2022-10-20 05:41:17 +00:00
[ workspace . dependencies ]
arrayvec = "0.7"
async-executor = "1.0"
bitflags = "1"
bit-vec = "0.6"
2023-02-10 17:09:40 +00:00
bytemuck = "1.13"
2023-02-09 17:14:15 +00:00
cargo-run-wasm = "0.3.0"
2022-10-20 05:41:17 +00:00
cfg_aliases = "0.1"
cfg-if = "1"
codespan-reporting = "0.11"
ddsfile = "0.5"
2023-02-10 20:12:04 +00:00
env_logger = "0.10"
2022-10-20 05:41:17 +00:00
futures-intrusive = "0.4"
2023-03-01 18:46:38 +00:00
rustc-hash = "1.1.0"
2022-10-20 05:41:17 +00:00
glam = "0.21.3"
2023-01-24 18:44:15 +00:00
image = { version = "0.24" , default-features = false , features = [ "png" ] }
2022-10-20 05:41:17 +00:00
libloading = "0.7"
2022-12-20 17:52:08 +00:00
libc = "0.2"
2022-10-20 05:41:17 +00:00
log = "0.4"
nanorand = { version = "0.7" , default-features = false }
2023-03-01 20:41:53 +00:00
num-traits = { version = "0.2" }
2022-10-20 05:41:17 +00:00
# Opt out of noise's "default-features" to avoid "image" feature as a dependency count optimization.
# This will not be required in the next release since it has been removed from the default feature in https://github.com/Razaekel/noise-rs/commit/1af9e1522236b2c584fb9a02150c9c67a5e6bb04#diff-2e9d962a08321605940b5a657135052fbcef87b5e360662bb527c96d9a615542
noise = { version = "0.7" , default-features = false }
obj = "0.10"
# parking_lot 0.12 switches from `winapi` to `windows`; permit either
parking_lot = ">=0.11,<0.13"
png = "0.17.5"
pollster = "0.2"
profiling = { version = "1" , default-features = false }
raw-window-handle = "0.5"
2023-02-21 11:59:28 +00:00
renderdoc-sys = "1.0.0"
2022-10-20 05:41:17 +00:00
ron = "0.8"
serde = "1"
2023-03-13 11:41:08 +00:00
serde_json = "1.0.94"
2022-10-20 05:41:17 +00:00
smallvec = "1"
static_assertions = "1.1.0"
thiserror = "1"
2023-01-26 00:25:41 +00:00
wgpu = { version = "0.15" , path = "./wgpu" }
2022-10-20 05:41:17 +00:00
winit = "0.27.1"
# Metal dependencies
block = "0.1"
foreign-types = "0.3"
2023-02-24 16:03:08 +00:00
metal = "0.24.0"
2022-10-20 05:41:17 +00:00
objc = "0.2.5"
core-graphics-types = "0.1"
# Vulkan dependencies
2023-01-11 15:58:52 +00:00
ash = "0.37.2"
2022-10-20 05:41:17 +00:00
gpu-alloc = "0.5"
gpu-descriptor = "0.2"
android_system_properties = "0.1.1"
# DX dependencies
bit-set = "0.5"
2022-12-20 17:23:44 +00:00
gpu-allocator = { version = "0.21" , default_features = false , features = [ "d3d12" , "windows" , "public-winapi" ] }
2023-02-24 16:55:54 +00:00
d3d12 = "0.5.0"
2022-10-20 05:41:17 +00:00
range-alloc = "0.1"
winapi = "0.3"
2023-02-10 17:17:17 +00:00
hassle-rs = "0.10.0"
2022-10-20 05:41:17 +00:00
# Gles dependencies
2023-02-24 16:56:06 +00:00
khronos-egl = "4.1"
2023-02-21 11:56:09 +00:00
glow = "0.12.1"
2022-10-20 05:41:17 +00:00
glutin = "0.29.1"
# wasm32 dependencies
console_error_panic_hook = "0.1.7"
console_log = "0.2"
2023-02-09 17:14:15 +00:00
js-sys = "0.3.61"
wasm-bindgen = "0.2.84"
wasm-bindgen-futures = "0.4.34"
2022-12-09 01:02:39 +00:00
wasm-bindgen-test = "0.3"
2023-02-09 17:14:15 +00:00
web-sys = "0.3.61"
2022-10-20 05:41:17 +00:00
# deno dependencies
2023-03-11 06:24:20 +00:00
deno_console = "0.92.0"
deno_core = "0.174.0"
deno_url = "0.92.0"
deno_web = "0.123.0"
deno_webidl = "0.92.0"
2022-10-20 05:41:17 +00:00
deno_webgpu = { path = "./deno_webgpu" }
2023-03-11 06:24:20 +00:00
tokio = "1.25.0"
2023-02-10 20:09:18 +00:00
termcolor = "1.2.0"
2022-10-20 05:41:17 +00:00
wgpu-core = { path = "./wgpu-core" }
wgpu-types = { path = "./wgpu-types" }
2021-06-03 01:42:15 +00:00
[ patch . "https://github.com/gfx-rs/naga" ]
#naga = { path = "../naga" }
[ patch . "https://github.com/zakarumych/gpu-descriptor" ]
#gpu-descriptor = { path = "../gpu-descriptor/gpu-descriptor" }
[ patch . "https://github.com/zakarumych/gpu-alloc" ]
#gpu-alloc = { path = "../gpu-alloc/gpu-alloc" }
2020-12-03 05:30:38 +00:00
2021-06-03 01:42:15 +00:00
[ patch . crates-io ]
2021-12-17 04:57:21 +00:00
#naga = { path = "../naga" }
2021-12-14 15:25:57 +00:00
#glow = { path = "../glow" }
2022-03-12 17:14:18 +00:00
#d3d12 = { path = "../d3d12-rs" }
2021-08-19 16:22:54 +00:00
#metal = { path = "../metal-rs" }
2021-06-03 01:42:15 +00:00
#web-sys = { path = "../wasm-bindgen/crates/web-sys" }
#js-sys = { path = "../wasm-bindgen/crates/js-sys" }
#wasm-bindgen = { path = "../wasm-bindgen" }