# 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 = "oml-game-egui" version = "0.40.2-alpha" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Very tiny helper to use egui with oml-game." homepage = "https://github.com/AndreasOM/oml-game-egui" readme = "README.md" keywords = [ "tools", "gamedev", ] categories = [ "multimedia", "game-development", ] license = "MIT" repository = "https://github.com/AndreasOM/oml-game-egui" [lib] name = "oml_game_egui" path = "src/lib.rs" [[example]] name = "minimal" path = "examples/minimal.rs" [[example]] name = "minimal_app" path = "examples/minimal_app.rs" [dependencies.anyhow] version = "1.0.68" [dependencies.atty] version = "0.2.14" [dependencies.egui] version = "0.21.0" features = ["tracing"] [dependencies.oml-game] version = "0.40.2-alpha" [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.16" features = ["env-filter"]