amethyst_locale 0.7.2

Localisation bindings.
Documentation
[package]

name = "amethyst_locale"

version = "0.7.2"

authors = ["Joël Lupien <jojolepromain@gmail.com>"]

readme = "README.md"

edition = "2018"

description = """
Localisation bindings.
"""

exclude = ["examples/*"]

license = "MIT/Apache-2.0"

keywords = ["game", "localisation", "resource", "management", "amethyst"]

categories = ["filesystem,localisation"]



documentation = "https://docs-src.amethyst.rs/stable/amethyst_locale/"

homepage = "https://amethyst.rs/"

repository = "https://github.com/amethyst/amethyst"



[badges]

travis-ci = { repository = "amethyst/amethyst" }



[dependencies]

amethyst_assets = { path = "../amethyst_assets", version = "0.9.1" }

amethyst_core = { path = "../amethyst_core", version = "0.8.1" }

amethyst_error = { path = "../amethyst_error", version = "0.3.0" }

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

fluent = "0.8"

unic-langid = { version = "0.6", features = ["macros"] }



thread_profiler = { version = "0.3", optional = true }



[features]

profiler = [ "thread_profiler/thread_profiler" ]