telic 0.1.0

Engine-agnostic game AI framework: command trees, utility scoring, coordinated assignment, and TrueSkill evaluation.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "skillratings"
version = "0.29.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d092cda2fa802e2e64f9ca9c6b54ffbb9a64c8bb585f6f7a601fedaea22b8b2"

[[package]]
name = "telic"
version = "0.1.0"
dependencies = [
 "skillratings",
]