amethyst_config 0.15.3

Loading from .ron files into Rust structures with defaults to prevent hard errors.
Documentation
[badges.travis-ci]
repository = "amethyst/amethyst"
[dependencies.log]
version = "0.4.6"

[dependencies.ron]
version = "0.5"

[dependencies.serde]
version = "1.0"

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

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

[package]
authors = ["Aceeri <conmcclusk@gmail.com>", "Amethyst Foundation <contact@amethyst.rs>"]
description = "Loading from .ron files into Rust structures with defaults to prevent hard errors."
documentation = "https://docs.amethyst.rs/stable/amethyst_config/"
edition = "2018"
exclude = ["examples/*"]
homepage = "https://amethyst.rs/"
license = "MIT/Apache-2.0"
name = "amethyst_config"
repository = "https://github.com/amethyst/amethyst"
version = "0.15.3"