# 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 = "cvars-console-macroquad" version = "0.3.0" authors = ["Martin Taibr "] description = "In-game console for the macroquad game engine, using the cvars crate for configuration" homepage = "https://github.com/martin-t/cvars" readme = "README.md" keywords = [ "configuration", "console", "debugging", "gamedev", "settings", ] categories = [ "config", "command-line-interface", "development-tools::procedural-macro-helpers", "game-development", "rust-patterns", ] license = "AGPL-3.0-or-later" repository = "https://github.com/martin-t/cvars" [dependencies.cvars] version = "0.4.0" [dependencies.cvars-console] version = "0.2.0" [dependencies.macroquad] version = "0.4.0"