File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
crates/lambda-rs-platform Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -43,17 +43,17 @@ gfx-with-dx12=["dep:gfx-backend-dx12"]
4343crate-type = [" cdylib" , " rlib" ]
4444incremental = true
4545
46- [target .'cfg(all(unix, not(target_os = "macos")))' .dependencies .default_backend ]
46+ [target .'cfg(all(unix, not(target_os = "macos"), not(feature = "gfx-with-opengl") ))' .dependencies .default_backend ]
4747package = " gfx-backend-gl"
4848version = " =0.9.0"
4949optional = true
5050
51- [target .'cfg(all(target_os = "macos"))' .dependencies .default_backend ]
51+ [target .'cfg(all(target_os = "macos", not(feature = "gfx-with-metal") ))' .dependencies .default_backend ]
5252package = " gfx-backend-metal"
5353version = " =0.9.0"
5454optional = true
5555
56- [target .'cfg(all(windows))' .dependencies .default_backend ]
56+ [target .'cfg(all(windows, not(feature = "gfx-with-dx12") ))' .dependencies .default_backend ]
5757package = " gfx-backend-dx12"
5858version = " =0.9.0"
5959optional = true
You can’t perform that action at this time.
0 commit comments