Skip to content

Commit

Permalink
Publish 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
443eb9 committed Mar 6, 2024
1 parent 4a12f5d commit dcb80df
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

0 comments on commit dcb80df

Please sign in to comment.