# 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 = "black_grimoire" version = "0.1.1" authors = ["David Bengtsson "] description = "A simple game engine" license = "MIT" [lib] name = "black_grimoire" path = "src/lib.rs" [dependencies.fnv] version = "1.0.7" [dependencies.gamemath] version = "0.4.0" [dependencies.gameprng] version = "0.1.0" [dependencies.gl] version = "0.14.0" [dependencies.glutin] version = "0.30.9" [dependencies.libc] version = "0.2.147" [dependencies.lodepng] version = "3.7.2" [dependencies.rgb] version = "0.8.36"