amethyst_assets 0.2.0

Asynchronous asset management for games.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "amethyst_assets"
version = "0.2.0"
authors = ["torkleyy <torkleyy@gmail.com>"]
exclude = ["examples/*"]
description = "Asynchronous asset management for games.\n"
homepage = "https://www.amethyst.rs/"
documentation = "https://www.amethyst.rs/doc/master/amethyst"
readme = "README.md"
keywords = ["game", "asset", "resource", "management", "amethyst"]
categories = ["filesystem"]
license = "MIT/Apache-2.0"
repository = "https://github.com/amethyst/amethyst"
[dependencies.amethyst_core]
version = "0.1"

[dependencies.crossbeam]
version = "0.3.0"

[dependencies.derivative]
version = "1.0"

[dependencies.error-chain]
version = "0.11"

[dependencies.fnv]
version = "1"

[dependencies.hibitset]
version = "0.3.1"

[dependencies.log]
version = "0.3.8"

[dependencies.parking_lot]
version = "0.4.4"

[dependencies.rayon]
version = "0.8"

[dependencies.specs]
version = "0.10"
features = ["common"]
[dev-dependencies.ron]
version = "0.1.4"

[dev-dependencies.serde]
version = "1"
features = ["serde_derive"]
[badges.appveyor]
branch = "develop"
repository = "amethyst/amethyst"

[badges.travis-ci]
repository = "amethyst/amethyst"