amethyst_config 0.8.0

Loading from .ron files into Rust structures with defaults to prevent hard errors.
Documentation
[badges.appveyor]
repository = "amethyst/amethyst"

[badges.travis-ci]
repository = "amethyst/amethyst"
[dependencies.log]
version = "0.4"

[dependencies.ron]
version = "0.4"

[dependencies.serde]
version = "1.0"

[dependencies.thread_profiler]
optional = true
version = "0.3"
[dev-dependencies.serde_derive]
version = "1"

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

[package]
authors = ["Aceeri <conmcclusk@gmail.com>"]
description = "Loading from .ron files into Rust structures with defaults to prevent hard errors."
documentation = "https://www.amethyst.rs/doc/master/doc/amethyst_config/"
exclude = ["examples/*"]
homepage = "https://www.amethyst.rs/"
license = "MIT/Apache-2.0"
name = "amethyst_config"
repository = "https://github.com/amethyst/amethyst"
version = "0.8.0"