# 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 = "bevy_incandescent" version = "0.2.0" include = [ "src/*", "Cargo.toml", "LICENSE", "README.md", ] description = "A 2d lighting crate for bevy." readme = "README.md" license = "MIT" repository = "https://github.com/443eb9/bevy_incandescent" [profile.dev] opt-level = 1 [profile.dev.package."*"] opt-level = 3 [[example]] name = "basic" path = "examples/basic.rs" required-features = ["catalinzz"] [[example]] name = "print_graph" path = "examples/print_graph.rs" [[example]] name = "stress_test" path = "examples/stress_test.rs" required-features = ["catalinzz"] [[example]] name = "pbr" path = "examples/pbr.rs" required-features = ["pbr"] [dependencies.bevy] version = "0.13" features = [ "bevy_core_pipeline", "bevy_render", "png", "bevy_sprite", ] default-features = false [dependencies.fast_poisson] version = "1.0" [dependencies.radsort] version = "0.1" [dependencies.thread_local] version = "1.1" [dev-dependencies.bevy] version = "0.13" features = [ "bevy_ui", "default_font", "trace_tracy", "bevy_winit", "bevy_asset", "multi-threaded", "x11", "wayland", ] [dev-dependencies.bevy-inspector-egui] version = "0.23.2" [dev-dependencies.bevy_mod_debugdump] version = "0.10.0" [dev-dependencies.rand] version = "0.8" [features] catalinzz = [] compatibility = [] debug = ["bevy/bevy_gizmos"] default = ["catalinzz"] pbr = []