mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-21 14:24:18 +00:00
Prevent examples from being tested/benchmarked/documented (#2396)
This commit is contained in:
parent
3fcc5f7f2d
commit
8bb811940a
@ -7,6 +7,9 @@ publish = false
|
||||
[[bin]]
|
||||
name = "async-update"
|
||||
path = "main.rs"
|
||||
test = false
|
||||
bench = false
|
||||
doc = false
|
||||
|
||||
[dependencies]
|
||||
cgmath = { workspace = true }
|
||||
|
@ -7,6 +7,9 @@ publish = false
|
||||
[[bin]]
|
||||
name = "basic-compute-shader"
|
||||
path = "main.rs"
|
||||
test = false
|
||||
bench = false
|
||||
doc = false
|
||||
|
||||
[dependencies]
|
||||
vulkano = { workspace = true }
|
||||
|
@ -7,6 +7,9 @@ publish = false
|
||||
[[bin]]
|
||||
name = "buffer-allocator"
|
||||
path = "main.rs"
|
||||
test = false
|
||||
bench = false
|
||||
doc = false
|
||||
|
||||
[dependencies]
|
||||
vulkano = { workspace = true }
|
||||
|
@ -7,6 +7,9 @@ publish = false
|
||||
[[bin]]
|
||||
name = "clear-attachments"
|
||||
path = "main.rs"
|
||||
test = false
|
||||
bench = false
|
||||
doc = false
|
||||
|
||||
[dependencies]
|
||||
vulkano = { workspace = true }
|
||||
|
@ -7,6 +7,9 @@ publish = false
|
||||
[[bin]]
|
||||
name = "debug"
|
||||
path = "main.rs"
|
||||
test = false
|
||||
bench = false
|
||||
doc = false
|
||||
|
||||
[dependencies]
|
||||
vulkano = { workspace = true }
|
||||
|
@ -7,6 +7,9 @@ publish = false
|
||||
[[bin]]
|
||||
name = "deferred"
|
||||
path = "main.rs"
|
||||
test = false
|
||||
bench = false
|
||||
doc = false
|
||||
|
||||
[dependencies]
|
||||
cgmath = { workspace = true }
|
||||
|
@ -7,6 +7,9 @@ publish = false
|
||||
[[bin]]
|
||||
name = "dynamic-buffers"
|
||||
path = "main.rs"
|
||||
test = false
|
||||
bench = false
|
||||
doc = false
|
||||
|
||||
[dependencies]
|
||||
vulkano = { workspace = true }
|
||||
|
@ -7,6 +7,9 @@ publish = false
|
||||
[[bin]]
|
||||
name = "dynamic-local-size"
|
||||
path = "main.rs"
|
||||
test = false
|
||||
bench = false
|
||||
doc = false
|
||||
|
||||
[dependencies]
|
||||
png = { workspace = true }
|
||||
|
@ -7,6 +7,9 @@ publish = false
|
||||
[[bin]]
|
||||
name = "gl-interop"
|
||||
path = "main.rs"
|
||||
test = false
|
||||
bench = false
|
||||
doc = false
|
||||
|
||||
[dependencies]
|
||||
glium = "0.32.1"
|
||||
|
@ -7,6 +7,9 @@ publish = false
|
||||
[[bin]]
|
||||
name = "image-self-copy-blit"
|
||||
path = "main.rs"
|
||||
test = false
|
||||
bench = false
|
||||
doc = false
|
||||
|
||||
[dependencies]
|
||||
png = { workspace = true }
|
||||
|
@ -7,6 +7,9 @@ publish = false
|
||||
[[bin]]
|
||||
name = "image"
|
||||
path = "main.rs"
|
||||
test = false
|
||||
bench = false
|
||||
doc = false
|
||||
|
||||
[dependencies]
|
||||
png = { workspace = true }
|
||||
|
@ -7,6 +7,9 @@ publish = false
|
||||
[[bin]]
|
||||
name = "immutable-sampler"
|
||||
path = "main.rs"
|
||||
test = false
|
||||
bench = false
|
||||
doc = false
|
||||
|
||||
[dependencies]
|
||||
png = { workspace = true }
|
||||
|
@ -7,6 +7,9 @@ publish = false
|
||||
[[bin]]
|
||||
name = "indirect"
|
||||
path = "main.rs"
|
||||
test = false
|
||||
bench = false
|
||||
doc = false
|
||||
|
||||
[dependencies]
|
||||
vulkano = { workspace = true }
|
||||
|
@ -7,6 +7,9 @@ publish = false
|
||||
[[bin]]
|
||||
name = "instancing"
|
||||
path = "main.rs"
|
||||
test = false
|
||||
bench = false
|
||||
doc = false
|
||||
|
||||
[dependencies]
|
||||
vulkano = { workspace = true }
|
||||
|
@ -7,6 +7,9 @@ publish = false
|
||||
[[bin]]
|
||||
name = "interactive-fractal"
|
||||
path = "main.rs"
|
||||
test = false
|
||||
bench = false
|
||||
doc = false
|
||||
|
||||
[dependencies]
|
||||
cgmath = { workspace = true }
|
||||
|
@ -7,6 +7,9 @@ publish = false
|
||||
[[bin]]
|
||||
name = "msaa-renderpass"
|
||||
path = "main.rs"
|
||||
test = false
|
||||
bench = false
|
||||
doc = false
|
||||
|
||||
[dependencies]
|
||||
png = { workspace = true }
|
||||
|
@ -7,6 +7,9 @@ publish = false
|
||||
[[bin]]
|
||||
name = "multi-window-game-of-life"
|
||||
path = "main.rs"
|
||||
test = false
|
||||
bench = false
|
||||
doc = false
|
||||
|
||||
[dependencies]
|
||||
cgmath = { workspace = true }
|
||||
|
@ -7,6 +7,9 @@ publish = false
|
||||
[[bin]]
|
||||
name = "multi-window"
|
||||
path = "main.rs"
|
||||
test = false
|
||||
bench = false
|
||||
doc = false
|
||||
|
||||
[dependencies]
|
||||
vulkano = { workspace = true }
|
||||
|
@ -7,6 +7,9 @@ publish = false
|
||||
[[bin]]
|
||||
name = "multiview"
|
||||
path = "main.rs"
|
||||
test = false
|
||||
bench = false
|
||||
doc = false
|
||||
|
||||
[dependencies]
|
||||
png = { workspace = true }
|
||||
|
@ -7,6 +7,9 @@ publish = false
|
||||
[[bin]]
|
||||
name = "occlusion-query"
|
||||
path = "main.rs"
|
||||
test = false
|
||||
bench = false
|
||||
doc = false
|
||||
|
||||
[dependencies]
|
||||
vulkano = { workspace = true }
|
||||
|
@ -7,6 +7,9 @@ publish = false
|
||||
[[bin]]
|
||||
name = "pipeline-caching"
|
||||
path = "main.rs"
|
||||
test = false
|
||||
bench = false
|
||||
doc = false
|
||||
|
||||
[dependencies]
|
||||
vulkano = { workspace = true }
|
||||
|
@ -7,6 +7,9 @@ publish = false
|
||||
[[bin]]
|
||||
name = "push-constants"
|
||||
path = "main.rs"
|
||||
test = false
|
||||
bench = false
|
||||
doc = false
|
||||
|
||||
[dependencies]
|
||||
vulkano = { workspace = true }
|
||||
|
@ -7,6 +7,9 @@ publish = false
|
||||
[[bin]]
|
||||
name = "push-descriptors"
|
||||
path = "main.rs"
|
||||
test = false
|
||||
bench = false
|
||||
doc = false
|
||||
|
||||
[dependencies]
|
||||
png = { workspace = true }
|
||||
|
@ -7,6 +7,9 @@ publish = false
|
||||
[[bin]]
|
||||
name = "runtime-array"
|
||||
path = "main.rs"
|
||||
test = false
|
||||
bench = false
|
||||
doc = false
|
||||
|
||||
[dependencies]
|
||||
png = { workspace = true }
|
||||
|
@ -7,6 +7,9 @@ publish = false
|
||||
[[bin]]
|
||||
name = "runtime-shader"
|
||||
path = "main.rs"
|
||||
test = false
|
||||
bench = false
|
||||
doc = false
|
||||
|
||||
[dependencies]
|
||||
vulkano = { workspace = true }
|
||||
|
@ -7,6 +7,9 @@ publish = false
|
||||
[[bin]]
|
||||
name = "self-copy-buffer"
|
||||
path = "main.rs"
|
||||
test = false
|
||||
bench = false
|
||||
doc = false
|
||||
|
||||
[dependencies]
|
||||
vulkano = { workspace = true }
|
||||
|
@ -7,6 +7,9 @@ publish = false
|
||||
[[bin]]
|
||||
name = "shader-include"
|
||||
path = "main.rs"
|
||||
test = false
|
||||
bench = false
|
||||
doc = false
|
||||
|
||||
[dependencies]
|
||||
vulkano = { workspace = true }
|
||||
|
@ -7,6 +7,9 @@ publish = false
|
||||
[[bin]]
|
||||
name = "shader-types-derive"
|
||||
path = "main.rs"
|
||||
test = false
|
||||
bench = false
|
||||
doc = false
|
||||
|
||||
[dependencies]
|
||||
ron = { workspace = true }
|
||||
|
@ -7,6 +7,9 @@ publish = false
|
||||
[[bin]]
|
||||
name = "shader-types-sharing"
|
||||
path = "main.rs"
|
||||
test = false
|
||||
bench = false
|
||||
doc = false
|
||||
|
||||
[dependencies]
|
||||
vulkano = { workspace = true }
|
||||
|
@ -7,6 +7,9 @@ publish = false
|
||||
[[bin]]
|
||||
name = "simple-particles"
|
||||
path = "main.rs"
|
||||
test = false
|
||||
bench = false
|
||||
doc = false
|
||||
|
||||
[dependencies]
|
||||
vulkano = { workspace = true }
|
||||
|
@ -7,6 +7,9 @@ publish = false
|
||||
[[bin]]
|
||||
name = "specialization-constants"
|
||||
path = "main.rs"
|
||||
test = false
|
||||
bench = false
|
||||
doc = false
|
||||
|
||||
[dependencies]
|
||||
vulkano = { workspace = true }
|
||||
|
@ -7,6 +7,9 @@ publish = false
|
||||
[[bin]]
|
||||
name = "teapot"
|
||||
path = "main.rs"
|
||||
test = false
|
||||
bench = false
|
||||
doc = false
|
||||
|
||||
[dependencies]
|
||||
cgmath = { workspace = true }
|
||||
|
@ -7,6 +7,9 @@ publish = false
|
||||
[[bin]]
|
||||
name = "tessellation"
|
||||
path = "main.rs"
|
||||
test = false
|
||||
bench = false
|
||||
doc = false
|
||||
|
||||
[dependencies]
|
||||
vulkano = { workspace = true }
|
||||
|
@ -7,6 +7,9 @@ publish = false
|
||||
[[bin]]
|
||||
name = "texture-array"
|
||||
path = "main.rs"
|
||||
test = false
|
||||
bench = false
|
||||
doc = false
|
||||
|
||||
[dependencies]
|
||||
png = { workspace = true }
|
||||
|
@ -7,6 +7,9 @@ publish = false
|
||||
[[bin]]
|
||||
name = "triangle-v1_3"
|
||||
path = "main.rs"
|
||||
test = false
|
||||
bench = false
|
||||
doc = false
|
||||
|
||||
[dependencies]
|
||||
vulkano = { workspace = true }
|
||||
|
@ -7,6 +7,9 @@ publish = false
|
||||
[[bin]]
|
||||
name = "triangle"
|
||||
path = "main.rs"
|
||||
test = false
|
||||
bench = false
|
||||
doc = false
|
||||
|
||||
[dependencies]
|
||||
# The `vulkano` crate is the main crate that you must use to use Vulkan.
|
||||
|
Loading…
Reference in New Issue
Block a user