mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-22 14:55:05 +00:00
Prefer default-features
instead of default_features
(#5745)
This commit is contained in:
parent
2fd09945cd
commit
5da72a94d5
@ -145,7 +145,7 @@ gpu-descriptor = "0.3"
|
|||||||
|
|
||||||
# DX dependencies
|
# DX dependencies
|
||||||
bit-set = "0.5"
|
bit-set = "0.5"
|
||||||
gpu-allocator = { version = "0.26", default_features = false, features = [
|
gpu-allocator = { version = "0.26", default-features = false, features = [
|
||||||
"d3d12",
|
"d3d12",
|
||||||
"public-winapi",
|
"public-winapi",
|
||||||
] }
|
] }
|
||||||
|
@ -131,7 +131,7 @@ version = "0.20.0"
|
|||||||
package = "wgpu-hal"
|
package = "wgpu-hal"
|
||||||
path = "../wgpu-hal"
|
path = "../wgpu-hal"
|
||||||
version = "0.20.0"
|
version = "0.20.0"
|
||||||
default_features = false
|
default-features = false
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
cfg_aliases.workspace = true
|
cfg_aliases.workspace = true
|
||||||
|
@ -138,7 +138,7 @@ libloading = { version = ">=0.7, <0.9", optional = true }
|
|||||||
# backend: Dx12
|
# backend: Dx12
|
||||||
bit-set = { version = "0.5", optional = true }
|
bit-set = { version = "0.5", optional = true }
|
||||||
range-alloc = { version = "0.1", optional = true }
|
range-alloc = { version = "0.1", optional = true }
|
||||||
gpu-allocator = { version = "0.26", default_features = false, features = [
|
gpu-allocator = { version = "0.26", default-features = false, features = [
|
||||||
"d3d12",
|
"d3d12",
|
||||||
"public-winapi",
|
"public-winapi",
|
||||||
], optional = true }
|
], optional = true }
|
||||||
|
Loading…
Reference in New Issue
Block a user