# 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" rust-version = "1.48" name = "erupt" version = "0.23.0+213" authors = ["Friz64 "] description = "Vulkan API bindings" documentation = "https://docs.rs/erupt" readme = "README.md" keywords = [ "gamedev", "graphics", "vulkan", "bindings", ] categories = [ "api-bindings", "game-development", "graphics", "rendering::graphics-api", ] license = "Zlib" repository = "https://gitlab.com/Friz64/erupt" [dependencies.bitflags] version = "1" [dependencies.bytemuck] version = "1" optional = true [dependencies.libloading] version = "0.7" optional = true [dependencies.raw-window-handle] version = "0.5" optional = true [dependencies.smallvec] version = "1" [features] default = [ "loading", "surface", ] loading = ["libloading"] surface = [ "raw-window-handle", "raw-window-metal", ] [target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.raw-window-metal] version = "0.3" optional = true