[[bin]]
name = "bevy-sph"
path = "src/main.rs"
[dependencies.bevy]
version = "0.15"
[dependencies.rand]
version = "0.8"
[[example]]
name = "1-ball_physics"
path = "examples/1-ball_physics.rs"
[[example]]
name = "2-SPH_Airfoil"
path = "examples/2-SPH_Airfoil.rs"
[lib]
name = "sph_plugin"
path = "src/lib.rs"
[package]
authors = ["Alexander Quessy alexander@quessy.io"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A Smoothed Particle Hydrodynamics (SPH) simulation using Bevy"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "bevy-sph"
readme = "README.md"
repository = "https://github.com/AOS55/bevy-sph"
version = "0.1.0"