amethyst_config 0.8.0

Loading from .ron files into Rust structures with defaults to prevent hard errors.
Documentation
[package]
name = "amethyst_config"
version = "0.8.0"
authors = ["Aceeri <conmcclusk@gmail.com>"]
description = "Loading from .ron files into Rust structures with defaults to prevent hard errors."
exclude = ["examples/*"]

documentation = "https://www.amethyst.rs/doc/master/doc/amethyst_config/"
homepage = "https://www.amethyst.rs/"
repository = "https://github.com/amethyst/amethyst"

license = "MIT/Apache-2.0"

[badges]
appveyor = { repository = "amethyst/amethyst" }
travis-ci = { repository = "amethyst/amethyst" }

[dependencies]
ron = "0.4"
serde = "1.0"
log = "0.4"

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

[dev-dependencies]
serde_derive = "1"

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