From e20df73588875dd251919e39f4b5ddf8e99f5420 Mon Sep 17 00:00:00 2001 From: porkbrain Date: Thu, 11 Jan 2024 23:04:22 +0100 Subject: [PATCH] Crates.io badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b52f375..980c7a1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # `bevy_webp_anim` [![Docs](https://docs.rs/bevy_webp_anim/badge.svg)](https://docs.rs/bevy_webp_anim/latest/bevy_webp_anim/) +![crates.io](https://img.shields.io/crates/v/bevy_webp_anim.svg) Plugin for loading and playing animated `.webp` images in bevy. We make the assumption that any webp file loaded with the provided `WebpLoader` is an animation.