Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gecko0307 authored May 20, 2021
1 parent 21b8cd8 commit c27c23f
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.6.0](https://github.com/gfx-rs/wgpu-native/tree/v0.6.0).
BindBC binding to [gfx-rs/wgpu-native](https://github.com/gfx-rs/wgpu-native). Targets the library at [v0.7.0](https://github.com/gfx-rs/wgpu-native/releases/tag/v0.7.0.2).

> 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.1.0-alpha.11"
"bindbc-wgpu": "0.1.0-alpha.12"
}
```

Expand Down

0 comments on commit c27c23f

Please sign in to comment.