# 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-ash-integration" version = "0.6.0" authors = ["Orito Itsuki "] include = [ "src/*.rs", "src/shaders/spv/*.spv", "Cargo.toml", ] description = "This is the egui integration crate for winit and ash." homepage = "https://docs.rs/egui-winit-ash-integration" documentation = "https://docs.rs/egui-winit-ash-integration" readme = "README.md" keywords = [ "gui", "winit", "ash", "vulkan", "gpu-allocator", ] categories = [ "gui", "game-development", ] license = "MIT OR Apache-2.0" repository = "https://github.com/MatchaChoco010/egui-winit-ash-integration" [dependencies.anyhow] version = "1.0.53" [dependencies.ash] version = "0.37.1" default-features = false [dependencies.bytemuck] version = "1.7.3" [dependencies.egui] version = "0.23.0" [dependencies.egui-winit] version = "0.23.0" default-features = false [dependencies.gpu-allocator] version = "0.23.0" features = ["vulkan"] optional = true default-features = false [dependencies.raw-window-handle] version = "0.5.0" [dev-dependencies.ash] version = "0.37.1" features = [ "linked", "debug", ] default-features = false [dev-dependencies.ash-window] version = "0.12.0" [dev-dependencies.cgmath] version = "0.18.0" features = ["mint"] [dev-dependencies.crevice] version = "0.14.0" [dev-dependencies.image] version = "0.24.0" [dev-dependencies.memoffset] version = "0.9.0" [dev-dependencies.mint] version = "0.5.9" [dev-dependencies.tobj] version = "4.0.0" [features] accesskit = ["egui-winit/accesskit"] android-game-activity = ["egui-winit/android-game-activity"] android-native-activity = ["egui-winit/android-native-activity"] bytemuck = ["egui-winit/bytemuck"] clipboard = ["egui-winit/clipboard"] default = [ "gpu-allocator-feature", "egui-winit/default", ] gpu-allocator-feature = ["gpu-allocator"] links = ["egui-winit/links"] puffin = ["egui-winit/puffin"] serde = ["egui-winit/serde"] wayland = ["egui-winit/wayland"] x11 = ["egui-winit/x11"]