# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "solis_2d" version = "0.1.1" authors = ["Lorenz Mielke"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "2D global illumination with optimized radiance cascade" readme = "README.md" keywords = [ "illumination", "bevy", "light", "graphics", "shader", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Lommix/solis_2d" [profile.dev] opt-level = 1 [profile.dev.package."*"] opt-level = 3 [lib] name = "solis_2d" path = "src/lib.rs" [[example]] name = "light" path = "examples/light.rs" [[example]] name = "simple" path = "examples/simple.rs" [dependencies.bevy] version = "0.14" features = ["bevy_sprite"] default-features = false [dependencies.bitflags] version = "2.5.0" [dependencies.bytemuck] version = "1.15.0" [dependencies.rand] version = "0.8.5" [dev-dependencies.bevy] version = "0.14" features = [ "bevy_sprite", "bevy_ui", "bevy_asset", "png", "wayland", ] default-features = false [dev-dependencies.bevy_egui] version = "0.28" [dev-dependencies.egui_extras] version = "0.29.1" features = ["all_loaders"] [dev-dependencies.image] version = "0.25.2" [features] dev = [ "bevy/file_watcher", "bevy/embedded_watcher", "bevy/multi_threaded", ]