# 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 = "feo-oop-engine" version = "0.0.5" authors = ["LittleTitan"] description = "An Object Oriented game engine for rust." documentation = "https://docs.rs/feo-oop-engine" readme = "./README.md" keywords = ["feo", "oop", "game", "engine", "graphics"] categories = ["game-engines", "graphics", "rendering", "asynchronous", "data-structures"] license = "MIT" repository = "https://github.com/littleTitan/feo-oop-engine" [dependencies.colored] version = "2.0.0" [dependencies.feo-math] version = "0.1.0" [dependencies.feo-oop-engine-proc-macros] version = "0.0.5" features = ["full"] [dependencies.futures] version = "0.3.12" [dependencies.image] version = "0.24.0" features = ["png", "bmp", "jpeg"] [dependencies.lazy_static] version = "1.4.0" [dependencies.rayon] version = "1.5.0" [dependencies.terminal_size] version = "0.1.16" [dependencies.vulkano] version = "0.22.0" [dependencies.vulkano-win] version = "0.22.0" [dependencies.winit] version = "0.24.0"