# 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 = "ABC_lumenpyx" version = "0.1.0" authors = [ "ABC-Engine", "Ethan Almloff", ] description = "The official ABC-Engine integration for the lumenpyx rendering engine." readme = "README.md" keywords = [ "graphics", "pixel-art", "lighting", "renderer", "gamedev", ] categories = [ "graphics", "game-development", "rendering", "rendering::engine", ] license = "MIT" [dependencies.ABC_Game_Engine] version = "0.1.2" [dependencies.glium] version = "0.34.0" [dependencies.lumenpyx] version = "0.2.2" [dependencies.mouse_position] version = "0.1.4" [dependencies.winit] version = "0.29.9"