# 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_window_glfw_passthrough" version = "0.9.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "egui windowing backend using Glfw" readme = "README.md" license = "MIT" repository = "https://github.com/coderedart/egui_overlay" [lib] name = "egui_window_glfw_passthrough" path = "src/lib.rs" [dependencies.egui] version = "0.29" default-features = false [dependencies.glfw] version = "0.55" default-features = false package = "glfw-passthrough" [dependencies.tracing] version = "0.1" default-features = false [features] all = [ "glfw_sys", "vulkan", "log", "image", ] default = ["glfw/default"] glfw_sys = ["glfw/glfw-sys-passthrough"] image = ["glfw/image"] log = ["glfw/log"] vulkan = ["glfw/vulkan"]