texture 0.0.2

Micro-engine for creating text-based adventures
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "texture"
version = "0.0.2"
authors = ["Rafael Medina GarcĂ­a <rafamedgar@gmail.com>"]
description = "Micro-engine for creating text-based adventures"
exclude = [".gitignore", ".git"]
homepage = "https://github.com/rmed/texture-rs"
repository = "https://github.com/rmed/texture-rs.git"
readme = "README.md"
keywords = ["texture", "text", "adventure", "game", "cli"]
license = "MIT"

[lib]
name = "texture"

[dependencies]
linenoise-rust = "0.2.0"