From cd29c9a9e8190751272e9879f1077f1321b45217 Mon Sep 17 00:00:00 2001 From: RayMarch Date: Fri, 29 Aug 2025 20:05:51 +0200 Subject: [PATCH] Add CI badge to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 013d218..4b74cee 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ ## Shader metaprogramming in Rust +[![CI](https://github.com/RayMarch/shame/actions/workflows/ci.yml/badge.svg)](https://github.com/RayMarch/shame/actions/workflows/ci.yml) + A lightweight [DSL] for writing GPU-pipelines in Rust `shame` is designed for use in conjunction with the Metal/Vulkan/WebGPU generation of graphics APIs or [wgpu]/[SDL3] style libraries.