-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Cargo.toml
50 lines (48 loc) · 1022 Bytes
/
Cargo.toml
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
[workspace]
# wgpu requires the newer resolver
resolver = "2"
members = ["wgsl_bindgen", "example"]
[workspace.package]
version = "0.15.1"
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.5"
bytemuck = "1.13"
case = "1.0"
colored = "2.1"
data-encoding = "2.5"
derivative = "2.2"
derive_builder = "0.20"
derive_more = { version = "1.0", features = ["full"] }
encase = "0.9"
enumflags2 = "0.7"
futures = "0.3"
fxhash = "0.2"
glam = "0.28"
heck = "0.5"
include_absolute_path = "0.1"
indexmap = "2.2"
indoc = "2.0"
miette = "7.0"
naga = "22.1"
naga_oil = "0.15"
pathdiff = "0.2"
pretty_assertions = "1.2"
prettyplease = "0.2"
proc-macro2 = "1.0"
quote = "1.0"
regex = "1.10"
regex-syntax = "0.8"
smallvec = "1.13"
smol_str = "0.2"
strum = "0.26"
strum_macros = "0.26"
syn = "2.0"
thiserror = "1.0"
wgpu = "22.1"
wgpu-types = "22.0"
winit = "0.30"