# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "egui_winit_ash_vk_mem" version = "0.5.0" authors = ["Orito Itsuki "] include = ["src/*.rs", "src/shaders/spv/*.spv", "Cargo.toml"] description = "This is the egui integration crate for winit, ash and vk_mem." homepage = "https://docs.rs/egui_winit_ash_vk_mem" documentation = "https://docs.rs/egui_winit_ash_vk_mem" readme = "README.md" keywords = ["gui", "winit", "ash", "vulkan", "vk_mem"] categories = ["gui", "game-development"] license = "MIT OR Apache-2.0" repository = "https://github.com/MatchaChoco010/egui_winit_ash_vk_mem" [dependencies.ash] version = "0.32.1" [dependencies.bytemuck] version = "1.5.0" [dependencies.copypasta] version = "0.7.1" [dependencies.egui] version = "0.13.0" [dependencies.vk-mem] version = "0.2.2" [dependencies.webbrowser] version = "0.5.5" [dependencies.winit] version = "0.25.0" [dev-dependencies.anyhow] version = "1.0.38" [dev-dependencies.ash-window] version = "0.6.0" [dev-dependencies.cgmath] version = "0.18.0" features = ["mint"] [dev-dependencies.crevice] version = "0.6.0" [dev-dependencies.image] version = "0.23.13" [dev-dependencies.memoffset] version = "0.6.1" [dev-dependencies.mint] version = "0.5.6" [dev-dependencies.tobj] version = "3.0.1"