dingusim 0.1.0

A pretty simple particle sim, that can create emergent behaviour. Basic concept taken from https://youtu.be/0Kx4Y9TVMGg
[package]
name = "dingusim"
version = "0.1.0"
edition = "2021"
license = "MIT"
description = "A pretty simple particle sim, that can create emergent behaviour. Basic concept taken from https://youtu.be/0Kx4Y9TVMGg"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
winit = "0.27"
serde = { version = "1.0", features = ["derive"] }
rand = "0.8"
common_macros = "0.1"
pixels = "0.9"
ron = "0.8"