# 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 = "limnus-examples" version = "0.0.12" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "examples for the limnus game engine" readme = "README.md" keywords = [ "game", "examples", ] categories = ["game-development"] license = "MIT" repository = "https://github.com/swamp/limnus" [[bin]] name = "audio_tester" path = "src/bin/audio_tester.rs" [[bin]] name = "gamepad_tester" path = "src/bin/gamepad_tester.rs" [dependencies.limnus] version = "0.0.12" [dependencies.limnus-app] version = "0.0.12" [dependencies.limnus-assets-loader] version = "0.0.12" [dependencies.limnus-gamepad] version = "0.0.12" [dependencies.limnus-gamepad-gilrs] version = "0.0.12" [dependencies.limnus-loader] version = "0.0.12" [dependencies.limnus-local-resource] version = "0.0.12" [dependencies.limnus-log] version = "0.0.12" [dependencies.limnus-system-params] version = "0.0.12" [dependencies.limnus-system-runner] version = "0.0.12" [dependencies.tracing] version = "0.1.41"