[package] name = "lueur" description = "Shadowy game and graphics library for Rust" homepage = "https://cloudhead.io" version = "0.6.6" edition = "2021" license = "MIT OR Apache-2.0" keywords = ["graphics", "gamedev", "game"] categories = ["graphics", "rendering", "game-development"] authors = ["cloudhead "] rust-version = "1.74.0" [features] default = ["glfw", "color-logging"] color-logging = ["termcolor"] [dependencies] glfw = { version = "0.54.0", optional = true } glow = { version = "0.13.1" } log = { version = "0.4.20", features = ["std"] } termcolor = { version = "1.4.0", optional = true } [lints] workspace = true