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
[features]
scalar64 = []

[package]
authors = ["Patryk 'PsichiX' Budzynski <psichix@gmail.com>"]
categories = ["simulation", "game-development"]
description = "Toolset for producing emergent gameplay for games written in Rust"
documentation = "https://docs.rs/emergent"
edition = "2021"
exclude = ["media/", "book/"]
homepage = "https://github.com/PsichiX/emergent"
keywords = ["emergent", "ai", "gamedev"]
license = "MIT OR Apache-2.0"
name = "emergent"
readme = "README.md"
repository = "https://github.com/PsichiX/emergent"
version = "1.7.0"