# 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 = "starry-night" version = "0.0.2" authors = ["yuma140902 "] build = "src/build.rs" description = "A toy game engine" license = "MPL-2.0" repository = "https://github.com/yuma140902/starry-night" [dependencies.image] version = "0.23.14" [dependencies.nalgebra] version = "0.29.0" [build-dependencies.gl_generator] version = "0.14.0"