# 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" name = "egui_vulkano_backend" version = "0.15.0+vulkano0.26" authors = ["t18b219k "] description = "Backend code to use egui with vulkano." homepage = "https://github.com/t18b219k/egui_vulkano_backend" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/t18b219k/egui_vulkano_backend" [dependencies.bytemuck] version = "1" [dependencies.egui] version = "0.15" features = ["convert_bytemuck"] [dependencies.egui-winit] version = "0.15" [dependencies.env_logger] version = "0.9" [dependencies.epi] version = "0.15" [dependencies.log] version = "0.4" [dependencies.num_cpus] version = "1" [dependencies.threadpool] version = "1" [dependencies.vulkano] version = "^0.26" [dependencies.winit] version = "0.25" [dev-dependencies.cgmath] version = "0.18" [dev-dependencies.chrono] version = "0.4" [dev-dependencies.egui_demo_lib] version = "0.15" features = ["syntect", "ehttp", "http", "syntax_highlighting"] [dev-dependencies.once_cell] version = "1.8" [dev-dependencies.vulkano-win] version = "^0.26" [features] backend_debug = []