diff --git a/README.md b/README.md index 5866d0f..a3b76bb 100644 --- a/README.md +++ b/README.md @@ -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" } ```