# 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 = "egui_vulkano" version = "0.8.0" authors = [ "derivator ", "Arc-blroth <45273859+Arc-blroth@users.noreply.github.com>", ] description = "Vulkano graphics backend for egui" homepage = "https://github.com/derivator/egui_vulkano" keywords = [ "egui", "vulkano", "vulkan", ] categories = [ "gui", "game-development", ] license = "GPL-3.0-or-later" repository = "https://github.com/derivator/egui_vulkano" resolver = "2" [dependencies.bytemuck] version = "1.8.0" [dependencies.egui] version = "0.18.1" [dependencies.thiserror] version = "1.0" [dependencies.vulkano] version = "0.29.0" [dependencies.vulkano-shaders] version = "0.29.0" [dev-dependencies.egui-winit] version = "0.18.0" [dev-dependencies.egui_demo_lib] version = "0.18.0" [dev-dependencies.vulkano-win] version = "0.29.0" [dev-dependencies.winit] version = "0.26.0"