specs-task 0.2.0

Fork-join multitasking for SPECS ECS
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "specs-task"
version = "0.2.0"
authors = ["Duncan Fairbanks <fduncan@umich.edu>"]
edition = "2018"

description = "Fork-join multitasking for SPECS ECS"
license = "MIT"
repository = "https://github.com/bonsairobo/specs-task.git"

[dependencies]
log = "0.4.8"
specs = { version = "0.16.0", default-features = false, features = ["shred-derive", "specs-derive"] }