Skip to content

Commit 25aa0ef

Browse files
committed
Update README.md
1 parent b21c957 commit 25aa0ef

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Dynamic binding to [gfx-rs/wgpu-native](https://github.com/gfx-rs/wgpu-native) b
88
Usage:
99
```
1010
"dependencies": {
11-
"bindbc-wgpu": "0.18.0"
11+
"bindbc-wgpu": "0.19.0"
1212
}
1313
```
1414

demo/src/main.d

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,6 @@ void main(string[] args)
120120
next: null,
121121
sType: cast(WGPUSType)WGPUNativeSType.DeviceExtras
122122
},
123-
// nativeFeatures: WGPUNativeFeature.TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES,
124-
// label: "Device",
125123
tracePath: null,
126124
};
127125
WGPURequiredLimits limits = {

0 commit comments

Comments
 (0)