mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
5573fc33b9
- New crate (i18n), currently under voxygen directory - Updated CI to run localization test from i18n, not from voxygen
21 lines
566 B
TOML
21 lines
566 B
TOML
[package]
|
|
authors = ["juliancoffee <lightdarkdaughter@gmail.com>"]
|
|
edition = "2018"
|
|
name = "veloren-i18n"
|
|
description = "Crate for internalization and diagnostic of existing localizations."
|
|
version = "0.9.0"
|
|
|
|
[[bin]]
|
|
name = "i18n-check"
|
|
|
|
[dependencies]
|
|
hashbrown = { version = "0.9", features = ["rayon", "serde", "nightly"] }
|
|
lazy_static = "1.4.0"
|
|
assets_manager = {version = "0.4.2", features = ["bincode", "ron", "json", "hot-reloading"]}
|
|
deunicode = "1.0"
|
|
ron = "0.6"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
tracing = "0.1"
|
|
# Diagnostic
|
|
git2 = "0.13"
|