Skip to content

Commit

Permalink
Add badges to kittest README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Feb 7, 2025
1 parent 54d00d7 commit 81806c4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions crates/egui_kittest/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# egui_kittest

[![Latest version](https://img.shields.io/crates/v/egui_kittest.svg)](https://crates.io/crates/egui_kittest)
[![Documentation](https://docs.rs/egui_kittest/badge.svg)](https://docs.rs/egui_kittest)
![MIT](https://img.shields.io/badge/license-MIT-blue.svg)
![Apache](https://img.shields.io/badge/license-Apache-blue.svg)

Ui testing library for egui, based on [kittest](https://github.com/rerun-io/kittest) (an [AccessKit](https://github.com/AccessKit/accesskit) based testing library).

## Example usage
Expand Down

0 comments on commit 81806c4

Please sign in to comment.