Skip to content

Commit d22aa2e

Browse files
chore: format TOML files with taplo 0.9.3
1 parent bc5b245 commit d22aa2e

File tree

7 files changed

+55
-39
lines changed

7 files changed

+55
-39
lines changed

.deny.toml

Lines changed: 27 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,48 @@
11
[bans]
22
multiple-versions = "deny"
33
skip-tree = [
4-
# We never enable loom in any of our dependencies but it causes dupes
5-
{ name = "loom", version = "0.7.2" },
6-
{ name = "windows-sys", version = "0.45" },
7-
{ name = "winit", version = "0.29" },
8-
{ name = "rustc_version", version = "0.2.3" },
9-
{ name = "sourcemap", version = "7.1.1" },
10-
{ name = "miniz_oxide", version = "0.7.4" },
4+
# We never enable loom in any of our dependencies but it causes dupes
5+
{ name = "loom", version = "0.7.2" },
6+
{ name = "windows-sys", version = "0.45" },
7+
{ name = "winit", version = "0.29" },
8+
{ name = "rustc_version", version = "0.2.3" },
9+
{ name = "sourcemap", version = "7.1.1" },
10+
{ name = "miniz_oxide", version = "0.7.4" },
1111
]
1212
skip = [
13-
{ name = "hlsl-snapshots", version = "0.1.0" },
14-
# Strum uses an old version
15-
{ name = "heck", version = "0.4.0" },
13+
{ name = "hlsl-snapshots", version = "0.1.0" },
14+
# Strum uses an old version
15+
{ name = "heck", version = "0.4.0" },
1616
]
1717
wildcards = "deny"
1818
allow-wildcard-paths = true
1919

2020
[licenses]
2121
allow = [
22-
"Apache-2.0",
23-
"Apache-2.0 WITH LLVM-exception",
24-
"BSD-2-Clause",
25-
"BSD-3-Clause",
26-
"CC0-1.0",
27-
"ISC",
28-
"MPL-2.0",
29-
"MIT",
30-
"MIT-0",
31-
"Unicode-DFS-2016",
32-
"Zlib",
22+
"Apache-2.0",
23+
"Apache-2.0 WITH LLVM-exception",
24+
"BSD-2-Clause",
25+
"BSD-3-Clause",
26+
"CC0-1.0",
27+
"ISC",
28+
"MPL-2.0",
29+
"MIT",
30+
"MIT-0",
31+
"Unicode-DFS-2016",
32+
"Zlib",
3333
]
3434

3535
[sources]
3636
allow-git = [
37-
# Waiting on releases; used in examples only
38-
"https://github.com/Razaekel/noise-rs",
39-
40-
"https://github.com/grovesNL/glow",
41-
"https://github.com/gfx-rs/metal-rs",
37+
# Waiting on releases; used in examples only
38+
"https://github.com/Razaekel/noise-rs",
39+
40+
"https://github.com/grovesNL/glow",
41+
"https://github.com/gfx-rs/metal-rs",
4242
]
4343
unknown-registry = "deny"
4444
unknown-git = "deny"
4545
required-git-spec = "rev"
4646

4747
[sources.allow-org]
48-
github = [
49-
"gfx-rs"
50-
]
48+
github = ["gfx-rs"]

cts_runner/Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
[package]
22
name = "cts_runner"
33
version = "0.1.0"
4-
authors = [
5-
"Luca Casonato <[email protected]>"
6-
]
4+
authors = ["Luca Casonato <[email protected]>"]
75
edition.workspace = true
86
description = "CTS runner for wgpu"
97
license.workspace = true

naga/xtask/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ publish = false
88
anyhow = "1"
99
env_logger = { version = "0.10.0", default-features = false }
1010
glob = "0.3.1"
11-
hlsl-snapshots = { path = "../hlsl-snapshots"}
11+
hlsl-snapshots = { path = "../hlsl-snapshots" }
1212
indicatif = "0.17"
1313
jobserver = "0.1"
1414
log = "0.4.17"

player/Cargo.toml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,16 @@ features = ["serde"]
3333

3434
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.wgc]
3535
workspace = true
36-
features = ["replay", "raw-window-handle", "strict_asserts", "wgsl", "metal", "dx12", "vulkan", "gles"]
36+
features = [
37+
"replay",
38+
"raw-window-handle",
39+
"strict_asserts",
40+
"wgsl",
41+
"metal",
42+
"dx12",
43+
"vulkan",
44+
"gles",
45+
]
3746

3847
[dev-dependencies]
3948
serde.workspace = true

rustfmt.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

wgpu-hal/Cargo.toml

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -205,11 +205,21 @@ features = ["wgsl-in"]
205205
[dev-dependencies]
206206
cfg-if.workspace = true
207207
env_logger.workspace = true
208-
glam.workspace = true # for ray-traced-triangle example
209-
winit.workspace = true # for "halmark" example
208+
glam.workspace = true # for ray-traced-triangle example
209+
winit.workspace = true # for "halmark" example
210210

211211
[target.'cfg(not(any(target_arch = "wasm32", target_os = "ios")))'.dev-dependencies]
212-
glutin-winit = { workspace = true, features = ["egl", "wgl", "wayland", "x11"] } # for "raw-gles" example
213-
glutin = { workspace = true, features = ["egl", "wgl", "wayland", "x11"] } # for "raw-gles" example
212+
glutin-winit = { workspace = true, features = [
213+
"egl",
214+
"wgl",
215+
"wayland",
216+
"x11",
217+
] } # for "raw-gles" example
218+
glutin = { workspace = true, features = [
219+
"egl",
220+
"wgl",
221+
"wayland",
222+
"x11",
223+
] } # for "raw-gles" example
214224
rwh_05 = { version = "0.5", package = "raw-window-handle" } # temporary compatibility for glutin-winit in "raw-gles" example
215225
winit = { workspace = true, features = ["rwh_05"] } # for "raw-gles" example

xtask/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ publish = false
88
# The dependencies in this config have no transitive dependencies.
99
anyhow = "1.0.71"
1010
env_logger = { version = "0.10.0", default-features = false }
11-
regex-lite = "0.1.5"
11+
regex-lite = "0.1.5"
1212
log = "0.4.18"
1313
pico-args = { version = "0.5.0", features = [
1414
"eq-separator",

0 commit comments

Comments
 (0)