# 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 = "gaclen" version = "0.0.14" authors = ["Grigory 'Griffone' Glukhov "] description = "A library for handling anything a game client needs to do." documentation = "https://docs.rs/gaclen" readme = "../readme.md" keywords = ["gamedev", "graphics", "rendering", "vulkan", "gpu"] categories = ["rendering::engine", "game-engines", "graphics"] license = "Apache-2.0 OR MIT" repository = "https://github.com/Griffone/gaclen" [dependencies.serde] version = "1" features = ["serde_derive"] optional = true [dependencies.vulkano] version = "0.18.0" [dependencies.vulkano-win] version = "0.18.0" [dependencies.winit] version = "0.22" [dev-dependencies.cgmath] version = "0.17.0" [dev-dependencies.gaclen_shader] version = "0.0.14" [dev-dependencies.image] version = "0.22.3" [features] default = [] expose-underlying-vulkano = []