From b228d2fa71c52fb4bd9c2c494ad69c67ee4e2250 Mon Sep 17 00:00:00 2001 From: tigerplush <64077786+tigerplush@users.noreply.github.com> Date: Sun, 25 Aug 2024 09:39:07 +0200 Subject: [PATCH] Added necessary information for cargo publish --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index faef052..e99d868 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"]