# 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 = "debugui" version = "0.1.0" authors = ["exrook "] description = "Add a gui window to your program to view and manipulate values at runtime" documentation = "https://docs.rs/debugui" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/exrook/debugui" [dependencies.egui] version = "0.22" optional = true [dependencies.egui-wgpu] version = "0.22" optional = true [dependencies.egui-winit] version = "0.22" optional = true [dependencies.linkme] version = "0.3" optional = true [dependencies.parking_lot] version = "0.12" optional = true [dependencies.pollster] version = "0.3" optional = true [dependencies.wgpu] version = "0.16" optional = true [features] enabled = [ "egui", "egui-winit", "egui-wgpu", "linkme", "parking_lot", "pollster", "wgpu", ]