From dcb80df30f72a2ef2b38600466a80fd710550063 Mon Sep 17 00:00:00 2001 From: 443eb9#C <443eb9@gmail.com> Date: Wed, 6 Mar 2024 23:22:30 +0800 Subject: [PATCH] Publish 0.1.0 --- Cargo.toml | 2 +- README.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d51659c..65f851e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" license = "MIT" repository = "https://github.com/443eb9/bevy_incandescent" description = "A 2d lighting crate for bevy." -include = ["src/*"] +include = ["src/*", "Cargo.toml", "LICENSE", "README.md"] [profile.dev] opt-level = 1 diff --git a/README.md b/README.md index d261e7a..bdac0d7 100644 --- a/README.md +++ b/README.md @@ -30,3 +30,9 @@ A 2d lighting crate for bevy. Currently wip. - Lighting technique from [Catalin ZZ's blog](https://web.archive.org/web/20200305042232/https://www.catalinzima.com/2010/07/my-technique-for-the-shader-based-dynamic-2d-shadows/). - SSAO, Volumetric Clouds and Fogs and Rim Lights are inspired by [@bit琪露诺](https://space.bilibili.com/84362619). + +## Versions + +| Bevy ver | Incandescent ver | +| -------- | ---------------- | +| 0.13.x | 0.1.0 |