# 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 = "backer" version = "0.11.1" authors = ["ejjonny"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A library for straight-forward UI layout." readme = "README.md" keywords = [ "UI", "layout", ] license = "MIT" repository = "https://github.com/ejjonny/backer" [lib] name = "backer" crate-type = ["lib"] path = "src/lib.rs" [dev-dependencies.eframe] version = "0.28.1" [dev-dependencies.egui] version = "0.28.1" [dev-dependencies.egui_extras] version = "0.28.1" features = [ "default", "image", ] [dev-dependencies.macroquad] version = "0.4.13"