astral-string 0.0.3

String library for the Astral Engine (WIP)
Documentation
[package]
name = "astral-string"
version = "0.0.3    "
edition = "2018"
authors = [ "Tim Diekmann <tim.diekmann@3dvision.de>" ]
repository = "https://github.com/astral-engine/astral"
documentation = "https://docs.rs/astral-engine/"
license = "Apache-2.0"
keywords = ["game", "string", "astral"]
categories = ["game-engines"]
description = "String library for the Astral Engine (WIP)"

[badges]
travis-ci = { repository = "astral-engine/astral", branch = "master" }
maintenance = { status = "actively-developed" }

[dependencies]
slog = "2.4"

astral-util = { path = "../util", version = "0.0.3", default-features = false }

[build-dependencies]
rustc_version = "0.2"

[dev-dependencies]
astral = { path = "../../", package = "astral-engine", version = "0.0.1", default-features = false }

[features]
track-strings = []