schellings_model 1.4.0

Schelling's model written in rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "schellings_model"
authors = ["GreatC0der", "Other contributors"]
version = "1.4.0"
edition = "2021"
description = "Schelling's model written in rust."
readme = "readme.md"
homepage = "https://github.com/GreatC0der/schellings_model/blob/master/readme.md"
documentation = "https://github.com/GreatC0der/schellings_model/blob/master/readme.md#key-bindings"
repository = "https://github.com/GreatC0der/schellings_model"
license = "GPL-3.0-only"
keywords = ["schellings", "model", "simulation"]
categories = ["GUI", "simulation"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
rand = "0.8.5"
sdl2 = {version = "0.35.2", features = ["ttf"]}