Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gecko0307 committed Sep 20, 2020
1 parent 918a872 commit 4d1f235
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 commit [2c29701](https://github.com/gfx-rs/wgpu-native/tree/2c297017e8e3d1ed810a99e758db2422d94f5a41).
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).

> WegGPU 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-alpha7"
"bindbc-wgpu": "~>0.1.0-alpha8"
}
```

Expand Down

0 comments on commit 4d1f235

Please sign in to comment.