[package]
name = "amethyst_locale"
version = "0.2.0"
authors = ["Joël Lupien <jojolepromain@gmail.com>"]
exclude = ["examples/*"]
description = "Localisation bindings.\n"
homepage = "https://www.amethyst.rs/"
documentation = "https://www.amethyst.rs/doc/master/doc/amethyst/"
readme = "README.md"
keywords = ["game", "localisation", "resource", "management", "amethyst"]
categories = ["filesystem,localisation"]
license = "MIT/Apache-2.0"
repository = "https://github.com/amethyst/amethyst"
[dependencies.amethyst_assets]
version = "0.4.0"
[dependencies.amethyst_core]
version = "0.3.0"
[dependencies.fluent]
version = "0.2.0"
[dependencies.thread_profiler]
version = "0.1"
optional = true
[features]
profiler = ["thread_profiler/thread_profiler"]
[badges.appveyor]
branch = "develop"
repository = "amethyst/amethyst"
[badges.travis-ci]
repository = "amethyst/amethyst"