# 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 = "appl" version = "0.2.2" authors = ["AribYadi "] description = "Appl is a physics engine powered by the Rapier library. It is currently 2d only.\n" homepage = "https://github.com/AribYadi/Appl.git" readme = "README.md" keywords = ["physics", "2d", "rigid", "gamedev"] categories = ["game-development", "simulation", "science", "mathematics"] license = "MIT" repository = "https://github.com/AribYadi/Appl.git" resolver = "2" [[example]] name = "hello_world" [dependencies.nalgebra] version = "0.29" [dependencies.rapier2d] version = "0.11" [dev-dependencies.macroquad] version = "0.3"