Skip to content

Commit 236cf4c

Browse files
committed
Update to wgpu-native 24
1 parent ed22135 commit 236cf4c

File tree

9 files changed

+3440
-1421
lines changed

9 files changed

+3440
-1421
lines changed

COPYING.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Boost Software License - Version 1.0 - August 17th, 2003
22

3-
Copyright (c) 2019-2024 Timur Gafarov.
3+
Copyright (c) 2019-2025 Timur Gafarov.
44

55
Permission is hereby granted, free of charge, to any person or organization
66
obtaining a copy of the software and accompanying documentation covered by

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,10 @@ Dynamic binding to [gfx-rs/wgpu-native](https://github.com/gfx-rs/wgpu-native) b
88
Usage:
99
```
1010
"dependencies": {
11-
"bindbc-wgpu": "0.22.0"
11+
"bindbc-wgpu": "0.24.0"
1212
}
1313
```
1414

15-
Since 0.8.0, major and minor version numbers of the bindbc-wgpu package are in sync with wgpu-native versioning. Patch number can be different.
16-
17-
Since 0.17.0, this binding doesn't provide dynamic libraries (libwgpu_native), you should install them by yourself.
18-
1915
This repository also includes a simple triangle drawing example. More advanced demo can be found [here](https://github.com/gecko0307/wgpu-dlang).
2016

2117
## What is WebGPU?
@@ -26,4 +22,4 @@ It is a new low-level graphics and compute API for the Web that works on top of
2622
Some useful links:
2723
* [WebGPU specification](https://www.w3.org/TR/webgpu/)
2824
* [WebGPU Shading Language specification](https://www.w3.org/TR/WGSL/)
29-
* [wgpu documentation](https://docs.rs/wgpu/22.1.0/wgpu)
25+
* [wgpu documentation](https://docs.rs/wgpu/24.0.3/wgpu/index.html)

0 commit comments

Comments
 (0)