# 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_extended" version = "0.3.1" description = "Lightweight library that adds more widgets, and utilities for working with egui." homepage = "https://github.com/Noxmore/egui_extended" documentation = "https://docs.rs/egui_extended" readme = "readme.md" keywords = [ "egui", "utility", ] categories = ["gui"] license = "MIT" repository = "https://github.com/Noxmore/egui_extended" [dependencies.egui] version = "^0.22" [dev-dependencies.eframe] version = "^0.22"