amethyst_locale 0.15.3

Localisation bindings.
Documentation
[badges.travis-ci]
repository = "amethyst/amethyst"

[dependencies.amethyst_assets]
version = "0.15.3"

[dependencies.amethyst_core]
version = "0.15.3"

[dependencies.amethyst_error]
version = "0.15.3"

[dependencies.fluent]
version = "0.11"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.thread_profiler]
optional = true
version = "0.3"

[dependencies.unic-langid]
features = ["macros"]
version = "0.8"

[features]
profiler = ["thread_profiler/thread_profiler"]

[package]
authors = ["Joël Lupien <jojolepro@jojolepro.com>", "Amethyst Foundation <contact@amethyst.rs>"]
categories = ["localization"]
description = """
Localisation bindings.
"""
documentation = "https://docs.amethyst.rs/stable/amethyst_locale/"
edition = "2018"
exclude = ["examples/*"]
homepage = "https://amethyst.rs/"
keywords = ["game", "localisation", "resource", "management", "amethyst"]
license = "MIT/Apache-2.0"
name = "amethyst_locale"
readme = "README.md"
repository = "https://github.com/amethyst/amethyst"
version = "0.15.3"