[dependencies.rand]
version = "0.8.5"
[dependencies.sdl2]
features = ["ttf"]
version = "0.35.2"
[package]
authors = ["GreatC0der", "Other contributors"]
categories = ["GUI", "simulation"]
description = "Schelling's model written in rust."
documentation = "https://github.com/GreatC0der/schellings_model/blob/master/readme.md#key-bindings"
edition = "2021"
homepage = "https://github.com/GreatC0der/schellings_model/blob/master/readme.md"
keywords = ["schellings", "model", "simulation"]
license = "GPL-3.0-only"
name = "schellings_model"
readme = "readme.md"
repository = "https://github.com/GreatC0der/schellings_model"
version = "1.4.0"