texture 0.0.1

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
18
[package]
name = "texture"
version = "0.0.1"
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"
license-file = "LICENSE"

[lib]
name = "texture"

[dependencies]
linenoise-rust = "0.2.0"