-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathCargo.toml
More file actions
35 lines (33 loc) · 877 Bytes
/
Copy pathCargo.toml
File metadata and controls
35 lines (33 loc) · 877 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
[workspace]
members = [
"crates/example",
"crates/fbm-example",
"crates/gpu-tests",
"crates/roundtrip-tests",
"crates/wgsl-rs",
"crates/wgsl-rs-ir",
"crates/wgsl-rs-layout",
"crates/wgsl-rs-layout-macros",
"crates/wgsl-rs-macros",
"crates/xtask"
]
resolver = "2"
[workspace.dependencies]
clap = { version = "4.5", features = ["derive"] }
env_logger = "0.11.8"
futures = "0.3"
glam = "0.30.9"
itertools = "0.14.0"
log = "0.4"
naga = { version = "29", features = ["wgsl-in", "wgsl-out"] }
rayon = "1"
html2text = "0.16.5"
proc-macro2 = { version = "1.0", features = ["span-locations"] }
reqwest = { version = "0.12", features = ["blocking"] }
scraper = "0.22"
quote = "1.0"
snafu = "0.8.9"
syn = { version = "2.0", features = ["full", "printing", "extra-traits", "visit-mut"] }
bytemuck = { version = "1", features = ["derive"] }
wgpu = "29"
winit = "0.30"