Skip to content

Commit c58aa8f

Browse files
emilklucasmerlin
authored andcommitted
Add badges to kittest README.md
(cherry picked from commit 81806c4)
1 parent 2d37f1a commit c58aa8f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

crates/egui_kittest/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# egui_kittest
22

3+
[![Latest version](https://img.shields.io/crates/v/egui_kittest.svg)](https://crates.io/crates/egui_kittest)
4+
[![Documentation](https://docs.rs/egui_kittest/badge.svg)](https://docs.rs/egui_kittest)
5+
![MIT](https://img.shields.io/badge/license-MIT-blue.svg)
6+
![Apache](https://img.shields.io/badge/license-Apache-blue.svg)
7+
38
Ui testing library for egui, based on [kittest](https://github.com/rerun-io/kittest) (an [AccessKit](https://github.com/AccessKit/accesskit) based testing library).
49

510
## Example usage

0 commit comments

Comments
 (0)