# 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 = "guiedit" version = "0.1.0" authors = ["Alejandro Perea "] exclude = ["/res"] description = "Easily add a developer GUI to any graphical application" homepage = "https://github.com/aleokdev/guiedit" readme = "README.md" keywords = [ "editor", "gamedev", "inspector", ] categories = [ "development-tools", "development-tools::debugging", "visualization", ] license = "MIT OR Apache-2.0" repository = "https://github.com/aleokdev/guiedit" [lib] name = "guiedit" [[example]] name = "custom" required-features = [ "sfml", "derive", ] [[example]] name = "inspection" required-features = [ "sfml", "derive", ] [[example]] name = "mouse" required-features = [ "sfml", "derive", ] [[example]] name = "pong" required-features = [ "sfml", "derive", ] [[example]] name = "tree" required-features = [ "sfml", "derive", ] [dependencies.egui] version = "0.19.0" [dependencies.egui-sfml] version = "0.2.0" optional = true [dependencies.guiedit_derive] version = "=0.1.0" optional = true [dependencies.sfml] version = "0.19.0" optional = true [dev-dependencies.rand] version = "0.8.5" [features] default = ["derive"] derive = ["dep:guiedit_derive"] sfml = [ "dep:sfml", "egui-sfml", ]