emergent 1.7.0

Toolset for producing emergent gameplay for games written in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]

name = "emergent"

version = "1.7.0"

authors = ["Patryk 'PsichiX' Budzynski <psichix@gmail.com>"]

edition = "2021"

description = "Toolset for producing emergent gameplay for games written in Rust"

license = "MIT OR Apache-2.0"

homepage = "https://github.com/PsichiX/emergent"

repository = "https://github.com/PsichiX/emergent"

documentation = "https://docs.rs/emergent"

readme = "README.md"

keywords = ["emergent", "ai", "gamedev"]

categories = ["simulation", "game-development"]

exclude = ["media/", "book/"]



[features]

scalar64 = []