ttyloop 0.1.1

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.1.1"
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 = "0.5.1"
cursive = "0.20.0"
fastrand = "2.0.1"
itertools = "0.12.0"