# 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 = "erupt-bootstrap" version = "0.3.0" authors = ["Friz64 "] description = "vk-bootstrap for Rust" documentation = "https://docs.rs/erupt-bootstrap" readme = "README.md" keywords = [ "gamedev", "graphics", "vulkan", ] categories = [ "game-development", "graphics", ] license = "Zlib" repository = "https://gitlab.com/Friz64/erupt-bootstrap" [dependencies.erupt] version = "0.23" default-features = false [dependencies.raw-window-handle] version = "0.5" optional = true [dependencies.thiserror] version = "1" [dev-dependencies.erupt] version = "0.23" [dev-dependencies.winit] version = "0.27" [features] default = ["surface"] surface = [ "raw-window-handle", "erupt/surface", ]