# 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_magic_light_2d" version = "0.8.1" authors = ["Vladimir Zaytsev"] build = false autobins = false autoexamples = false autotests = false autobenches = false 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" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/zaycev/bevy-magic-light-2d" [profile.dev] opt-level = 0 codegen-units = 16 debug = 2 incremental = true [profile.dev.package."*"] opt-level = 3 debug = 2 incremental = true [profile.release] opt-level = 3 lto = "thin" codegen-units = 1 debug = 0 panic = "abort" [lib] name = "bevy_magic_light_2d" path = "src/lib.rs" [[example]] name = "krypta" path = "examples/krypta.rs" [[example]] name = "minimal" path = "examples/minimal.rs" [[example]] name = "movement" path = "examples/movement.rs" [dependencies.bevy] version = "0.14.1" features = [ "bevy_render", "bevy_core_pipeline", "bevy_winit", "bevy_asset", "bevy_sprite", "bevy_pbr", "embedded_watcher", "multi_threaded", ] default-features = false [dependencies.bevy-inspector-egui] version = "0.25.2" optional = true [dependencies.log] version = "0.4.20" [dependencies.rand] version = "0.8.5" [dev-dependencies.bevy] version = "0.14.1" [features] default = ["egui"] egui = ["dep:bevy-inspector-egui"]