Skip to content

Commit 2169bd0

Browse files
committed
docs: fix badges - add issues, update Go version, add include_prereleases
1 parent 1f23889 commit 2169bd0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
22

33
> **Zero-CGO WebGPU bindings for Go — GPU-accelerated graphics and compute in pure Go**
44
5-
[![GitHub Release](https://img.shields.io/github/v/release/go-webgpu/webgpu?style=flat-square&logo=github&color=blue)](https://github.com/go-webgpu/webgpu/releases/latest)
6-
[![Go Version](https://img.shields.io/badge/Go-1.21%2B-00ADD8?style=flat-square&logo=go)](https://go.dev/dl/)
5+
[![GitHub Release](https://img.shields.io/github/v/release/go-webgpu/webgpu?include_prereleases&style=flat-square&logo=github&color=blue)](https://github.com/go-webgpu/webgpu/releases/latest)
6+
[![Go Version](https://img.shields.io/badge/Go-1.25%2B-00ADD8?style=flat-square&logo=go)](https://go.dev/dl/)
77
[![Go Reference](https://pkg.go.dev/badge/github.com/go-webgpu/webgpu.svg)](https://pkg.go.dev/github.com/go-webgpu/webgpu)
88
[![GitHub Actions](https://img.shields.io/github/actions/workflow/status/go-webgpu/webgpu/test.yml?branch=main&style=flat-square&logo=github-actions&label=CI)](https://github.com/go-webgpu/webgpu/actions)
99
[![Go Report Card](https://goreportcard.com/badge/github.com/go-webgpu/webgpu?style=flat-square)](https://goreportcard.com/report/github.com/go-webgpu/webgpu)
1010
[![License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](LICENSE)
1111
[![GitHub Stars](https://img.shields.io/github/stars/go-webgpu/webgpu?style=flat-square&logo=github)](https://github.com/go-webgpu/webgpu/stargazers)
12+
[![GitHub Issues](https://img.shields.io/github/issues/go-webgpu/webgpu?style=flat-square&logo=github)](https://github.com/go-webgpu/webgpu/issues)
1213

1314
Pure Go WebGPU bindings using [goffi](https://github.com/go-webgpu/goffi) + [wgpu-native](https://github.com/gfx-rs/wgpu-native). No CGO required.
1415

0 commit comments

Comments
 (0)