# 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" rust-version = "1.69.0" name = "ash-window" version = "0.13.0" authors = [ "msiglreith ", "Marijn Suijten ", ] description = "Interop library between ash and raw-window-handle" readme = "README.md" keywords = [ "windowing", "ash", "graphics", "vulkan", "raw-window-handle", ] categories = [ "api-bindings", "game-development", "graphics", "rendering::graphics-api", ] license = "MIT OR Apache-2.0" repository = "https://github.com/ash-rs/ash" [[example]] name = "winit" required-features = ["ash/linked"] [dependencies.ash] version = "0.38" features = ["std"] default-features = false [dependencies.raw-window-handle] version = "0.6" [dev-dependencies.ash] version = "0.38" features = ["linked"] default-features = false [dev-dependencies.winit] version = "0.29" features = ["rwh_06"] [target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.raw-window-metal] version = "0.4"