Skip to content

Commit 907b82e

Browse files
authored
feat: add starhistory.io star chart to README (#29)
1 parent 86cc998 commit 907b82e

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,18 @@ This project uses FFI bindings to wgpu-native. If you're looking for a **100% Pu
224224
- [wgpu-native](https://github.com/gfx-rs/wgpu-native) — Rust WebGPU implementation (runtime binary, not a Go dependency)
225225
- [golang.org/x/sys](https://pkg.go.dev/golang.org/x/sys) — Platform-specific syscalls
226226

227+
228+
229+
## Star History
230+
231+
<a href="https://starhistory.io">
232+
<picture>
233+
<source media="(prefers-color-scheme: dark)" srcset="https://api.starhistory.io/png?repos=go-webgpu/webgpu&style=dark" />
234+
<source media="(prefers-color-scheme: light)" srcset="https://api.starhistory.io/png?repos=go-webgpu/webgpu&style=professional" />
235+
<img alt="Star History Chart" src="https://api.starhistory.io/png?repos=go-webgpu/webgpu" width="800" />
236+
</picture>
237+
</a>
238+
227239
## License
228240

229241
MIT

0 commit comments

Comments
 (0)