Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

Commit

Permalink
Fix broken link to crates.io
Browse files Browse the repository at this point in the history
  • Loading branch information
porkbrain committed Feb 17, 2024
1 parent c196958 commit 55def1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +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)
[![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)](https://crates.io/crates/bevy_webp_anim)

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.
Expand Down

0 comments on commit 55def1f

Please sign in to comment.