# 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 = "blue_engine_egui" version = "0.5.2" description = "egui library for Blue Engine" readme = "README.md" keywords = [ "gui", "blue_engine", "egui", ] categories = [ "gui", "game-development", "game-engines", "rendering", ] license = "Apache-2.0" repository = "https://github.com/AryanpurTech/BlueEngineEGUI" [lib] name = "blue_engine_egui" [[example]] name = "hello_gui" path = "examples/hello_gui.rs" [[example]] name = "custom_3d" path = "examples/custom_3d.rs" [dependencies.blue_engine] version = "0.5.2" default-features = false [dependencies.egui] version = "0.25.0" [dependencies.egui-wgpu] version = "0.25.0" features = ["winit"] [dependencies.egui-winit] version = "0.25.0"