# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "krust_core" version = "0.4.3" authors = ["Sam Hibb "] build = "build.rs" description = "krust core" license = "MIT OR Apache-2.0" repository = "https://github.com/SamHibb/krust_core" [dependencies.failure] version = "0.1.5" [dependencies.freetype] version = "0.4.1" [dependencies.image] version = "0.21.0" [dependencies.krust_asset_loader] version = "0.0.1" [dependencies.krust_gl] version = "0.1.0" [dependencies.nalgebra-glm] version = "0.3.0" [dependencies.sdl2] version = "0.32.1" features = ["bundled", "static-link"] [build-dependencies.walkdir] version = "2.2.7"