# 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 = "malkmusl-game-engine" version = "0.1.0" description = "A simple Rust Game Engine Supporting OpenGL and Vulkan" readme = "README.md" license-file = "LICENSE.md" [dependencies.chrono] version = "0.4" [dependencies.glium] version = "0.32.1" [dependencies.glutin] version = "0.30.10" [dependencies.image] version = "0.24.7" [dependencies.na] version = "0.32.2" [dependencies.rand] version = "0.8.5" [dependencies.tokio] version = "1" features = ["full"] [dependencies.vulkano] version = "0.33.0" [dependencies.winit] version = "0.27.5"