# 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 = "ABC_Game_Engine" version = "0.1.2" authors = ["Ethan Almloff "] description = "A simple, fast, and flexible Game Engine written in Rust, with simplicity in mind." readme = "README.md" keywords = [ "ecs", "multithreaded", "game", "engine", "fast", ] categories = [ "game-development", "game-engines", "graphics", ] license = "MIT/Apache-2.0" repository = "https://github.com/ABC-Engine/ABC-Game-Engine" [dependencies.ABC-ECS] version = "0.2.1" [dependencies.chrono] version = "0.4.38" [dependencies.fxhash] version = "0.2.1" [dependencies.gilrs] version = "0.10.7" [dependencies.glam] version = "0.27.0" [dependencies.rand] version = "0.8.5" [dependencies.rapier2d] version = "0.19.0" [dependencies.rodio] version = "0.17.3" [dependencies.tracing] version = "0.1.40"