firecore-text 0.0.1

Utility library for pages/lines of text
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]

name = "firecore-text"

description = "Utility library for pages/lines of text"

version = "0.0.1"

authors = ["Rhys H <donotdoughnut99@gmail.com>"]

edition = "2018"

repository = "https://github.com/fiirecore/text"

license = "MIT"

readme = "README.md"

categories = ["game-development"]

keywords = ["text"]



[dependencies]

serde = { version = "1", features = ["derive"] }