Skip to content

Commit

Permalink
Merge pull request #62 from zaycev/crate/fix
Browse files Browse the repository at this point in the history
Added necessary information for cargo publish
  • Loading branch information
tigerplush authored Aug 25, 2024
2 parents 231e36c + b228d2f commit 7e79865
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
edition = "2021"
name = "bevy_magic_light_2d"
version = "0.8.0"
description = "Experimental dynamic 2D global illumination system for Bevy, based on SDF ray-marching and screen space irradiance cache probes"
homepage = "https://github.com/zaycev/bevy-magic-light-2d"
repository = "https://github.com/zaycev/bevy-magic-light-2d"
authors = ["Vladimir Zaytsev"]
license = "Apache-2.0"
license-file = "LICENSE"
readme = "README.md"

[features]
default = ["egui"]
Expand Down

0 comments on commit 7e79865

Please sign in to comment.