# 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 = "mooeye" version = "0.4.1" authors = ["Linus Mußmächer linus.mussmaecher@gmail.com"] description = "A small UI library designed on top of the ggez game library. WORK IN PROGRESS" homepage = "https://github.com/Linus-Mussmaecher/mooeye" readme = "README.md" keywords = [ "UI", "ggez", "game-development", "static-UI", "game", ] license = "MIT" repository = "https://github.com/Linus-Mussmaecher/mooeye" [[test]] name = "ui-examples" path = "examples/ui_examples/main.rs" harness = false [dependencies.ggez] version = "=0.9.1" [dependencies.regex] version = "1.7.3" [dependencies.tinyvec] version = "1.6.0"