# 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 = "vera-core" version = "0.3.0" description = "Vulkan Engine in Rust for Animation" documentation = "https://docs.rs/vera-core" readme = "README.md" keywords = [ "animation", "vulkan", "videos", "graphics", "renderer", ] categories = [ "graphics", "multimedia::video", "rendering::engine", ] license = "GPL-3.0-only" repository = "https://github.com/Coddeus/vera" [profile.dev] opt-level = 1 [profile.release] opt-level = 3 [dependencies.vera] version = "0.3.0" [dependencies.vulkano] version = "0.34.0" [dependencies.vulkano-macros] version = "0.34.0" [dependencies.vulkano-shaders] version = "0.34.0" [dependencies.vulkano-win] version = "0.34.0" [dependencies.winit] version = "0.28.7"