forked from Swoorup/wgsl-bindgen
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
53 lines (51 loc) · 1.09 KB
/
Copy pathCargo.toml
File metadata and controls
53 lines (51 loc) · 1.09 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
[workspace]
# wgpu requires the newer resolver
resolver = "2"
members = ["wgsl_bindgen", "example"]
[workspace.package]
version = "0.21.2"
authors = ["swoorup", "ScanMountGoat(Original Fork)"]
edition = "2021"
repository = "https://github.com/Swoorup/wgsl_bindgen"
license = "MIT"
documentation = "https://docs.rs/wgsl_bindgen"
[workspace.dependencies]
blake3 = "1.6"
bytemuck = "1.13"
case = "1.0"
colored = "3.0"
data-encoding = "2.5"
educe = "0.6"
derive_builder = "0.20"
derive_more = { version = "2.0", features = ["full"] }
encase = "0.12"
enumflags2 = "0.7"
futures = "0.3"
fxhash = "0.2"
glam = "0.30"
heck = "0.5"
include_absolute_path = "0.1"
indexmap = "2.7"
indoc = "2.0"
miette = "7.5"
naga = { version = "27.0", features = ["wgsl-in", "wgsl-out"] }
naga_oil = "0.20"
pathdiff = "0.2"
pretty_assertions = "1.4"
prettyplease = "0.2"
proc-macro2 = "1.0"
quote = "1.0"
regex = "1.11"
regex-syntax = "0.8"
smallvec = "1.14"
smol_str = "0.3"
strum = "0.27"
strum_macros = "0.27"
syn = "2.0"
thiserror = "2.0"
wgpu = "27.0"
wgpu-types = "27.0"
winit = "0.30"
insta = "1.43"
stdext = "0.3.1"
toml = "0.9"