# 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 = "yakui-vulkan" version = "0.3.0" description = "vulkan bindings for yakui" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/LPGhatguy/yakui" [dependencies.ash] version = "0.38" features = ["std"] default-features = false [dependencies.bytemuck] version = "1.13.0" [dependencies.thunderdome] version = "0.6.0" [dependencies.yakui-core] version = "0.3.0" [dev-dependencies.ash] version = "0.38" features = ["loaded"] default-features = false [dev-dependencies.ash-window] version = "0.13" [dev-dependencies.image] version = "0.24.5" [dev-dependencies.raw-window-handle] version = "0.6.0" [dev-dependencies.winit] version = "0.30.0" [dev-dependencies.yakui] version = "0.3.0"