Skip to content

Commit 2240ddf

Browse files
committed
[remove] shaderc from cargo file.
1 parent f79479b commit 2240ddf

File tree

3 files changed

+0
-41
lines changed

3 files changed

+0
-41
lines changed

Cargo.lock

Lines changed: 0 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/lambda-rs-platform/Cargo.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ path = "src/lib.rs"
1212

1313
[dependencies]
1414
winit = "=0.29.15"
15-
shaderc = { version = "=0.7", optional = true, default-features = false }
1615
naga = { version = "=28.0.0", optional = true, default-features = false, features = [
1716
"spv-out",
1817
"glsl-in",
@@ -37,11 +36,6 @@ mockall = "=0.14.0"
3736
default = ["wgpu", "shader-backend-naga"]
3837

3938
shader-backend-naga = ["dep:naga"]
40-
shader-backend-shaderc = ["dep:shaderc"]
41-
shader-backend-shaderc-build-from-source = [
42-
"shader-backend-shaderc",
43-
"shaderc/build-from-source",
44-
]
4539

4640
wgpu = [
4741
"dep:wgpu",

crates/lambda-rs/Cargo.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,6 @@ with-wgpu-vulkan=["with-wgpu", "lambda-rs-platform/wgpu-with-vulkan"]
3131
with-wgpu-metal=["with-wgpu", "lambda-rs-platform/wgpu-with-metal"]
3232
with-wgpu-dx12=["with-wgpu", "lambda-rs-platform/wgpu-with-dx12"]
3333
with-wgpu-gl=["with-wgpu", "lambda-rs-platform/wgpu-with-gl"]
34-
with-shaderc=["lambda-rs-platform/shader-backend-shaderc"]
35-
with-shaderc-build-from-source=[
36-
"with-shaderc",
37-
"lambda-rs-platform/shader-backend-shaderc-build-from-source",
38-
]
3934

4035
# ------------------------------ RENDER VALIDATION -----------------------------
4136
# Granular, opt-in validation flags for release builds. Debug builds enable

0 commit comments

Comments
 (0)