# 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_overlay" version = "0.9.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Egui integration to easily create Desktop Overlays" readme = "README.md" license = "MIT" repository = "https://github.com/coderedart/egui_overlay" [lib] name = "egui_overlay" path = "src/lib.rs" [dependencies.egui] version = "0.29" default-features = false [dependencies.egui_render_three_d] version = "0.9" optional = true [dependencies.egui_render_wgpu] version = "0.9" optional = true [dependencies.egui_window_glfw_passthrough] version = "0.9" default-features = false [dependencies.raw-window-handle] version = "0.6" [dependencies.tracing] version = "0.1" default-features = false [features] default = [ "egui_default", "glfw_default", "three_d", ] egui_default = ["egui/default"] glfw_default = ["egui_window_glfw_passthrough/default"] three_d = ["dep:egui_render_three_d"] wgpu = ["dep:egui_render_wgpu"]