distill 0.0.3

Asset framework for game engines & editor suites.
Documentation
[dependencies.distill-core]
version = "0.0.3"

[dependencies.distill-daemon]
version = "0.0.3"

[dependencies.distill-importer]
version = "0.0.3"

[dependencies.distill-loader]
version = "0.0.3"

[dev-dependencies.futures]
version = "0.3"

[dev-dependencies.serde]
version = "1"

[dev-dependencies.serial_test]
version = "0.5.1"

[dev-dependencies.tokio]
features = ["sync"]
version = "1.2"

[dev-dependencies.uuid]
version = "0.8.2"

[features]
handle = ["distill-loader/handle"]
packfile_io = ["distill-loader/packfile_io"]
parallel_hash = ["distill-daemon/parallel_hash"]
pretty_log = ["distill-daemon/pretty_log"]
rpc_io = ["distill-loader/rpc_io"]
serde-1 = ["distill-core/serde"]
serde_importers = ["distill-importer/serde_importers"]
type_uuid = ["distill-core/type_uuid"]

[package]
authors = ["Karl Bergström <karl.anton.bergstrom@gmail.com>"]
categories = ["game-engines"]
description = "Asset framework for game engines & editor suites."
edition = "2018"
exclude = ["examples/*"]
keywords = ["game", "engine", "assets", "loading", "pipeline"]
license = "MIT OR Apache-2.0"
name = "distill"
readme = "README.md"
repository = "https://github.com/amethyst/distill"
version = "0.0.3"