# 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 = "blade-egui" version = "0.5.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "egui integration for Blade" readme = "README.md" keywords = ["graphics"] license = "MIT" repository = "https://github.com/kvark/blade" [package.metadata.cargo_check_external_types] allowed_external_types = [ "blade_graphics::*", "epaint::*", ] [lib] name = "blade_egui" path = "src/lib.rs" [dependencies.blade-graphics] version = "0.5" [dependencies.blade-macros] version = "0.3" [dependencies.blade-util] version = "0.1" [dependencies.bytemuck] version = "1" features = ["derive"] [dependencies.egui] version = "0.29" features = ["bytemuck"] [dependencies.profiling] version = "1"