# 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 = "ivy-vulkan" version = "0.10.3" authors = ["Tim Roberts "] description = "Low level vulkan abstractions for the Ivy game engine." documentation = "https://lib.rs/ivy-vulkan" readme = "../README.md" keywords = ["low-level", "graphics", "windowing", "game", "vulkan"] license-file = "LICENSE" repository = "https://github.com/ten3roberts/ivy" [dependencies.ash] version = "0.35.0" [dependencies.bitflags] version = "1.3.2" [dependencies.glam] version = "0.20.2" [dependencies.glfw] version = "0.43.0" features = ["vulkan"] [dependencies.gpu-allocator] version = "0.15.1" [dependencies.ivy-base] version = "0.10.0" [dependencies.ivy-image] version = "0.10.0" [dependencies.ivy-resources] version = "0.10.0" [dependencies.log] version = "0.4.14" [dependencies.parking_lot] version = "0.11.2" [dependencies.records] version = "0.1.1" [dependencies.serde] version = "1.0.133" features = ["derive"] optional = true [dependencies.smallvec] version = "1.7.0" [dependencies.spirv-reflect] version = "0.2.3" [dependencies.thiserror] version = "1.0.30" [features] default = [] serialize = ["serde", "glam/serde"]