Skip to content

Commit f375090

Browse files
committed
Sort workspace members alphabetically
1 parent 4a97a01 commit f375090

File tree

1 file changed

+77
-77
lines changed

1 file changed

+77
-77
lines changed

shaders/rust/Cargo.toml

Lines changed: 77 additions & 77 deletions
Original file line numberDiff line numberDiff line change
@@ -1,102 +1,102 @@
11
[workspace]
22
resolver = "2"
33
members = [
4-
"triangle",
5-
"pushconstants",
6-
"descriptorsets/cube",
7-
"dynamicuniformbuffer/base",
8-
"multisampling/mesh",
9-
"texture",
10-
"pipelines/phong",
11-
"pipelines/toon",
12-
"pipelines/wireframe",
13-
"specializationconstants/uber",
14-
"computeshader/edgedetect",
15-
"computeshader/emboss",
16-
"computeshader/sharpen",
17-
"computeshader/texture",
18-
"texturearray/instancing",
19-
"base/uioverlay",
204
"base/textoverlay",
21-
"gears",
22-
"screenshot/mesh",
23-
"negativeviewportheight/quad",
24-
"stencilbuffer/outline",
25-
"stencilbuffer/toon",
26-
"parallaxmapping/parallax",
5+
"base/uioverlay",
6+
"bloom/colorpass",
7+
"bloom/gaussblur",
8+
"bloom/phongpass",
9+
"bloom/skybox",
2710
"computecloth/cloth",
2811
"computecloth/sphere",
29-
"ssao/ssao",
30-
"ssao/fullscreen",
31-
"ssao/gbuffer",
32-
"ssao/blur",
33-
"ssao/composition",
34-
"shadowmapping/offscreen",
35-
"shadowmapping/scene",
36-
"shadowmapping/quad",
37-
"deferred/mrt",
38-
"deferred/deferred",
12+
"computeheadless/headless",
13+
"computenbody/particle",
3914
"computenbody/particle_calculate",
4015
"computenbody/particle_integrate",
41-
"computenbody/particle",
42-
"bloom/phongpass",
43-
"bloom/colorpass",
44-
"bloom/gaussblur",
45-
"bloom/skybox",
46-
"hdr/gbuffer",
16+
"computeparticles/particle",
17+
"computeshader/edgedetect",
18+
"computeshader/emboss",
19+
"computeshader/sharpen",
20+
"computeshader/texture",
21+
"conditionalrender/model",
22+
"debugprintf/toon",
23+
"debugutils/colorpass",
24+
"debugutils/postprocess",
25+
"debugutils/toon",
26+
"deferred/deferred",
27+
"deferred/mrt",
28+
"descriptorbuffer/cube",
29+
"descriptorsets/cube",
30+
"distancefieldfonts/bitmap",
31+
"distancefieldfonts/sdf",
32+
"dynamicrendering/texture",
33+
"dynamicuniformbuffer/base",
34+
"gears",
4735
"hdr/bloom",
4836
"hdr/composition",
49-
"radialblur/radialblur",
50-
"radialblur/colorpass",
51-
"radialblur/phongpass",
52-
"pbribl/pbribl",
53-
"pbribl/genbrdflut",
54-
"pbribl/irradiancecube",
55-
"pbribl/prefilterenvmap",
56-
"pbribl/skybox",
57-
"pbribl/filtercube",
58-
"indirectdraw/indirectdraw",
37+
"hdr/gbuffer",
38+
"imgui/scene",
39+
"imgui/ui",
5940
"indirectdraw/ground",
41+
"indirectdraw/indirectdraw",
6042
"indirectdraw/skysphere",
6143
"instancing/instancing",
6244
"instancing/planet",
6345
"instancing/starfield",
64-
"texture3d",
65-
"texturecubemap/reflect",
66-
"texturecubemap/skybox",
67-
"renderheadless/triangle",
68-
"sphericalenvmapping/sem",
69-
"occlusionquery/simple",
46+
"multisampling/mesh",
47+
"multiview/multiview",
48+
"multiview/viewdisplay",
49+
"negativeviewportheight/quad",
7050
"occlusionquery/mesh",
7151
"occlusionquery/occluder",
72-
"computeheadless/headless",
73-
"debugprintf/toon",
74-
"pushdescriptors/cube",
75-
"descriptorbuffer/cube",
76-
"dynamicrendering/texture",
77-
"computeparticles/particle",
78-
"distancefieldfonts/bitmap",
79-
"distancefieldfonts/sdf",
80-
"conditionalrender/model",
81-
"textoverlay/text",
82-
"textoverlay/mesh",
83-
"shaderobjects/phong",
84-
"offscreen/quad",
52+
"occlusionquery/simple",
8553
"offscreen/mirror",
8654
"offscreen/phong",
87-
"debugutils/colorpass",
88-
"debugutils/postprocess",
89-
"debugutils/toon",
90-
"vertexattributes/scene",
91-
"multiview/multiview",
92-
"multiview/viewdisplay",
93-
"imgui/ui",
94-
"imgui/scene",
95-
"texturemipmapgen/texture",
55+
"offscreen/quad",
56+
"parallaxmapping/parallax",
9657
"pbrbasic/pbr",
97-
"vulkanscene/skybox",
58+
"pbribl/filtercube",
59+
"pbribl/genbrdflut",
60+
"pbribl/irradiancecube",
61+
"pbribl/pbribl",
62+
"pbribl/prefilterenvmap",
63+
"pbribl/skybox",
64+
"pipelines/phong",
65+
"pipelines/toon",
66+
"pipelines/wireframe",
67+
"pushconstants",
68+
"pushdescriptors/cube",
69+
"radialblur/colorpass",
70+
"radialblur/phongpass",
71+
"radialblur/radialblur",
72+
"renderheadless/triangle",
73+
"screenshot/mesh",
74+
"shaderobjects/phong",
75+
"shadowmapping/offscreen",
76+
"shadowmapping/quad",
77+
"shadowmapping/scene",
78+
"specializationconstants/uber",
79+
"sphericalenvmapping/sem",
80+
"ssao/blur",
81+
"ssao/composition",
82+
"ssao/fullscreen",
83+
"ssao/gbuffer",
84+
"ssao/ssao",
85+
"stencilbuffer/outline",
86+
"stencilbuffer/toon",
87+
"textoverlay/mesh",
88+
"textoverlay/text",
89+
"texture",
90+
"texture3d",
91+
"texturearray/instancing",
92+
"texturecubemap/reflect",
93+
"texturecubemap/skybox",
94+
"texturemipmapgen/texture",
95+
"triangle",
96+
"vertexattributes/scene",
9897
"vulkanscene/logo",
9998
"vulkanscene/mesh",
99+
"vulkanscene/skybox",
100100
]
101101

102102
[workspace.package]

0 commit comments

Comments
 (0)