Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gecko0307 committed Oct 10, 2021
1 parent 72306c6 commit 4ce8711
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[![DUB Package](https://img.shields.io/dub/v/bindbc-wgpu.svg)](https://code.dlang.org/packages/bindbc-wgpu)

# bindbc-wgpu
BindBC binding to [gfx-rs/wgpu-native](https://github.com/gfx-rs/wgpu-native). Targets the library at [v0.9.2](https://github.com/gfx-rs/wgpu-native/releases/tag/v0.9.2.2).
BindBC binding to [gfx-rs/wgpu-native](https://github.com/gfx-rs/wgpu-native). Targets the library at [v0.10.4](https://github.com/gfx-rs/wgpu-native/releases/tag/v0.10.4.1).

> WebGPU is a work-in-progress specification, it is not really usable yet. This binding may be not up to date with latest API revisions.
Usage:
```
"dependencies": {
"bindbc-wgpu": "0.9.0"
"bindbc-wgpu": "0.10.0"
}
```

Expand Down

0 comments on commit 4ce8711

Please sign in to comment.