From ff4c6615ef915ce7a378051641346035cef04942 Mon Sep 17 00:00:00 2001 From: Ben Frankel Date: Tue, 20 Aug 2024 02:06:59 -0700 Subject: [PATCH] Add demo gif --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..51fddfb --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# pyri_tooltip + +[![Crates.io](https://img.shields.io/crates/v/pyri_tooltip.svg)](https://crates.io/crates/pyri_tooltip) +[![Docs](https://docs.rs/pyri_tooltip/badge.svg)](https://docs.rs/pyri_tooltip/latest/pyri_tooltip/) +[![License](https://img.shields.io/badge/license-MIT%2FApache-blue.svg)](https://github.com/benfrankel/pyri_tooltip) + +![A simple demonstration of a few tooltip features](https://github.com/user-attachments/assets/03b555ee-9792-4402-955b-457aa171a369) + +Read the [documentation](https://docs.rs/pyri_tooltip/latest/pyri_tooltip) for more information. + +# Bevy version compatibility + +| `bevy` version | `pyri_tooltip` version | +| -------------- | ---------------------- | +| 0.14 | 0.1 | + +# License + +This crate is available under either of [MIT](LICENSE-MIT) or [Apache-2.0](LICENSE-Apache-2.0) at your choice.