antbox-engine 0.1.0

A dedicated thread engine for evolving & controlling `antbox` states.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "antbox-engine"
description = "A dedicated thread engine for evolving & controlling `antbox` states."
version = "0.1.0"
license.workspace = true
homepage.workspace = true
edition.workspace = true

[dependencies]
antbox-cellauto.workspace = true
antbox-geom.workspace = true
antbox-state.workspace = true
derive-new.workspace = true
derive_more = { workspace = true, features = [ "from", "into" ] }
log.workspace = true
rand.workspace = true