ttyloop 0.2.0

Terminal clone of the mobile game Loop
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "ttyloop"
version = "0.2.0"
edition = "2021"

description = "Terminal clone of the mobile game Loop"
license = "MIT"
repository = "https://github.com/gamma-delta/ttyloop"
categories = ["games"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
aglet = { version = "0.5.1", default-features = false }
cursive = "0.20.0"
fastrand = "2.0.1"
itertools = "0.12.0"