We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0302b73 commit 39f2a61Copy full SHA for 39f2a61
crates/lambda-rs-platform/Cargo.toml
@@ -17,7 +17,7 @@ shaderc = "=0.7"
17
cfg-if = "=1.0.0"
18
rand = "=0.8.5"
19
obj-rs = "=0.7.0"
20
-default_backend = { package = "gfx-backend-empty", version = "=0.9.0", optional = true}
+gfx-backend-empty = "=0.9.0"
21
22
# GFX-RS backends
23
gfx-backend-gl = { version="=0.9.0", optional = true }
@@ -31,7 +31,7 @@ mockall = "=0.11.3"
31
32
[features]
33
default=["shaderc/build-from-source"]
34
-detect-platform=["dep:default_backend"]
+detect-platform=[]
35
winit-windowing=[]
36
gfx-with-opengl=["dep:gfx-backend-gl"]
37
gfx-with-vulkan=["dep:gfx-backend-vulkan"]
0 commit comments