# 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.74.0" name = "lueur" version = "0.6.6" authors = ["cloudhead "] description = "Shadowy game and graphics library for Rust" homepage = "https://cloudhead.io" readme = "README.md" keywords = [ "graphics", "gamedev", "game", ] categories = [ "graphics", "rendering", "game-development", ] license = "MIT OR Apache-2.0" [dependencies.glfw] version = "0.54.0" optional = true [dependencies.glow] version = "0.13.1" [dependencies.log] version = "0.4.20" features = ["std"] [dependencies.termcolor] version = "1.4.0" optional = true [features] color-logging = ["termcolor"] default = [ "glfw", "color-logging", ] [lints.clippy] let_unit_value = "allow" single_match = "allow" type_complexity = "allow" unwrap_used = "warn" [lints.rust] rust_2018_idioms = "warn"