[dependencies]
[lib]
name = "openphys"
path = "src/lib.rs"
[package]
authors = ["CyntexMore"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "OpenPhys is a simple physics engine library written in Rust."
documentation = "https://docs.rs/openphys/latest/openphys"
edition = "2021"
homepage = "https://crates.io/crates/openphys"
license = "AGPL-3.0"
name = "openphys"
readme = "README.md"
repository = "https://github.com/CyntexMore/OpenPhys"
version = "0.1.2"
[[test]]
name = "gravitational_force_calculation_test"
path = "tests/gravitational_force_calculation_test.rs"
[[test]]
name = "heat_transfer_simulation_test"
path = "tests/heat_transfer_simulation_test.rs"