# 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_winit_vulkano" version = "0.27.0" authors = ["hakolao "] description = "Egui immediate mode gui integration with winit and Vulkano" homepage = "https://github.com/hakolao/egui_winit_vulkano" readme = "README.md" keywords = [ "gui", "imgui", "immediate", "portable", "gamedev", ] categories = [ "gui", "game-development", ] license = "Apache-2.0" repository = "https://github.com/hakolao/egui_winit_vulkano" [dependencies.ahash] version = "0.8.3" [dependencies.egui] version = "0.24" [dependencies.egui-winit] version = "0.24" [dependencies.image] version = "0.24.5" [dependencies.vulkano] version = "0.34" [dependencies.vulkano-shaders] version = "0.34" [dependencies.winit] version = "0.28.2" [dev-dependencies.cgmath] version = "0.18.0" [dev-dependencies.egui_demo_lib] version = "0.24" [dev-dependencies.vulkano-util] version = "0.34" [features] clipboard = ["egui-winit/clipboard"] default = [ "clipboard", "links", ] links = ["egui-winit/links"]