# 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_speedy2d" version = "0.5.0" authors = ["Hugo Bernabé "] description = "egui integration for speedy2d" readme = "README.md" keywords = [ "gamedev", "gui", "egui", "speedy2d", ] categories = [ "game-development", "gui", ] license = "BSD-3-Clause" repository = "https://github.com/heretik31/egui_speedy2d" [dependencies.egui] version = "0.27.2" [dependencies.epaint] version = "0.27.2" [dependencies.speedy2d] version = "2.1.0" [dev-dependencies.simple_logger] version = "5.0.0" features = ["colors"] default-features = false