[package] name = "cvars-console-fyrox" version = "0.5.0" edition = "2021" authors = ["Martin Taibr "] description = "In-game console for the Fyrox game engine, using the cvars crate for configuration" homepage = "https://github.com/martin-t/cvars" repository = "https://github.com/martin-t/cvars" license = "AGPL-3.0-or-later" readme = "README.md" keywords = ["configuration", "console", "debugging", "gamedev", "settings"] categories = [ "config", "command-line-interface", "development-tools::procedural-macro-helpers", "game-development", "rust-patterns", ] [dependencies] cvars = { version = "0.4.0", path = "../cvars" } cvars-console = { version = "0.2.0", path = "../cvars-console" } fyrox-ui = "0.24.0" # Note: sometimes it's necessary to run cargo update after patching a dependency. [patch.crates-io] #fyrox-ui = { git = "https://github.com/FyroxEngine/Fyrox", rev = "7307756adf3cbfa65ca158998fc2440df10b80b2" }