drumbeat 0.1.0

An event handling system aimed towards real-time applications such as GUIs and Game Engines.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.lazy_static]
version = "1.4.0"

[dependencies.log]
version = "0.4"

[dependencies.num_cpus]
version = "1.13.0"

[package]
authors = ["Patrick Hadlaw <patrickhadlaw@gmail.com>"]
description = "An event handling system aimed towards real-time applications such as GUIs and Game Engines."
edition = "2018"
license-file = "LICENSE"
name = "drumbeat"
repository = "https://github.com/patrickhadlaw/drumbeat-rs"
version = "0.1.0"