[package]
name = "amethyst_locale"
version = "0.4.0"
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://www.amethyst.rs/doc/master/doc/amethyst/"
homepage = "https://www.amethyst.rs/"
repository = "https://github.com/amethyst/amethyst"
[badges]
appveyor = { repository = "amethyst/amethyst", branch = "master" }
travis-ci = { repository = "amethyst/amethyst" }
[dependencies]
amethyst_assets = { path = "../amethyst_assets", version = "0.6.0" }
amethyst_core = { path = "../amethyst_core", version = "0.5.0" }
fluent = "0.4.3"
thread_profiler = { version = "0.3", optional = true }
[features]
profiler = [ "thread_profiler/thread_profiler" ]