# 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] edition = "2018" name = "crystal-engine" version = "0.4.0" authors = ["Trangar "] description = "A simple 3D engine" readme = "readme.md" license = "MIT" repository = "https://github.com/Trangar/crystal-engine" [dependencies.anyhow] version = "1" optional = true [dependencies.array-init] version = "0.1.1" [dependencies.cgmath] version = "0.17.0" features = ["mint"] [dependencies.fbxcel-dom] version = "0.0.5" optional = true [dependencies.genmesh] version = "0.6.2" optional = true [dependencies.image] version = "0.23.5" [dependencies.obj] version = "0.10.0" features = ["genmesh"] optional = true [dependencies.parking_lot] version = "0.10.2" [dependencies.rusttype] version = "0.9.2" [dependencies.thiserror] version = "1.0.20" [dependencies.vulkano] version = "0.19.0" [dependencies.vulkano-shaders] version = "0.19.0" [dependencies.vulkano-win] version = "0.19.0" [dependencies.winit] version = "0.22.2" [features] default = ["format-obj", "format-fbx"] dummy = [] format-fbx = ["fbxcel-dom", "anyhow"] format-obj = ["obj", "genmesh"]