# 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" rust-version = "1.78" name = "luminol-graphics" version = "0.4.0" authors = [ "Melody Madeline Lyons ", "Hao Liu ", "Egor Poleshko ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Luminol's graphics backend, used for rendering sprites and tilemaps" readme = "README.md" keywords = [ "gamedev", "rpg", "rpg-maker", ] categories = ["games"] license = "GPL-3.0" repository = "https://github.com/Speak2Erase/Luminol" [lib] name = "luminol_graphics" path = "src/lib.rs" [dependencies.bytemuck] version = "1.14.0" features = [ "extern_crate_alloc", "derive", "min_const_generics", ] [dependencies.camino] version = "1.1.6" [dependencies.color-eyre] version = "0.6.2" [dependencies.crossbeam] version = "0.8.2" [dependencies.dashmap] version = "5.5.3" [dependencies.egui] version = "0.28.1" features = ["serde"] [dependencies.fragile] version = "2.0" [dependencies.glam] version = "0.24.2" features = ["bytemuck"] [dependencies.image] version = "0.24.7" [dependencies.itertools] version = "0.11.0" [dependencies.luminol-data] version = "0.4.0" [dependencies.luminol-egui-wgpu] version = "0.4.0" [dependencies.luminol-filesystem] version = "0.4.0" [dependencies.luminol-macros] version = "0.4.0" [dependencies.naga] version = "0.20.0" [dependencies.naga_oil] version = "0.14.0" [dependencies.parking_lot] version = "0.12.3" features = [ "nightly", "deadlock_detection", ] [dependencies.wgpu] version = "0.20.0" features = ["naga-ir"] [lints.clippy] all = "warn" doc_markdown = "allow" missing_errors_doc = "allow" missing_panics_doc = "allow" missing_safety_doc = "warn" too_many_lines = "allow" unnecessary_wraps = "warn" [lints.rust] elided_lifetimes_in_paths = "forbid" rust_2018_idioms = "warn" unsafe_code = "warn" unsafe_op_in_unsafe_fn = "forbid"