# 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 = "2018" name = "d7engine" version = "1.1.5" authors = ["Markus Dick"] description = "A game engine in rust with SDL2 and opengl." documentation = "https://docs.rs/d7engine" readme = "README.md" license = "MIT" repository = "https://github.com/debugseven/d7engine" [lib] doctest = false [dependencies.directories] version = "5.0.0" [dependencies.gl] version = "0.14.0" [dependencies.image] version = "0.24.5" [dependencies.nalgebra-glm] version = "0.18.0" [dependencies.rusttype] version = "0.9.3" [dependencies.sdl2] version = "0.35.2" features = [ "bundled", "static-link", ] default-features = false [dependencies.sha2] version = "0.10.6"