# 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 = "lumenpyx" version = "0.2.2" authors = [ "ABC-Engine", "Ethan Almloff", ] description = "A 2D pixel art renderer with realistic lighting" homepage = "https://github.com/ABC-Engine/lumenpyx" documentation = "https://github.com/ABC-Engine/lumenpyx/wiki" readme = "README.md" keywords = [ "graphics", "pixel-art", "lighting", "renderer", "gamedev", ] categories = [ "graphics", "game-development", "rendering", "rendering::engine", ] license = "MIT" repository = "https://github.com/ABC-Engine/lumenpyx" [profile.release] opt-level = 3 lto = true codegen-units = 1 panic = "abort" overflow-checks = false incremental = false [lib] name = "lumenpyx" path = "src/lib.rs" [dependencies.glium] version = "0.34.0" [dependencies.image] version = "0.25.1" [dependencies.parley] version = "0.1.0" default-features = true [dependencies.rustc-hash] version = "1.1.0" [dependencies.swash] version = "0.1.16" [dependencies.winit] version = "0.29.9"