aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Silas Bartha <[email protected]>2024-07-21 19:27:11 -0400
committerLibravatar Silas Bartha <[email protected]>2024-07-21 19:27:11 -0400
commit56aee7bc7c5ee71de8e5d6997e877759b5d9e9b7 (patch)
treecaa87a9af161fdfc795dfe197054b189ebdfacbf /README.md
parent347594e4217c8947dfae0faf888f1ded7c0329e5 (diff)
Update to 0.14 + Add 0BSD option0.2
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 13 insertions, 1 deletions
diff --git a/README.md b/README.md
index ea4057d..2c62d6c 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,7 @@
# bevy_dither_post_process
-![License](https://img.shields.io/badge/license-MIT%2FApache-blue.svg)
+![Crates](https://img.shields.io/crates/v/bevy_dither_post_process)
+![License](https://img.shields.io/badge/license-0BSD%2FMIT%2FApache-blue.svg)
![Tag](https://img.shields.io/github/v/tag/exvacuum/bevy_dither_post_process)
![Build](https://img.shields.io/github/actions/workflow/status/exvacuum/bevy_dither_post_process/rust.yml)
[![Docs](https://img.shields.io/website?url=https%3A%2F%2Fexvacuum.github.io%2Fbevy_dither_post_process%2F&label=docs)](https://exvacuum.github.io/bevy_dither_post_process)
@@ -20,10 +21,17 @@ bevy_dither_post_process::components::DitherPostProcessSettings::new(3, &asset_s
| Crate Version | Bevy Version |
|--- |--- |
+| 0.2 | 0.14 |
| 0.1 | 0.13 |
## Installation
+### crates.io
+```toml
+[dependencies]
+bevy_dither_post_process = "0.2"
+```
+
### Using git URL in Cargo.toml
```toml
[dependencies.bevy_dither_post_process]
@@ -57,3 +65,7 @@ commands.spawn((
This effect will only run for cameras which contain this component.
+## License
+
+This crate is licensed under your choice of 0BSD, Apache-2.0, or MIT license.
+