drumbeat 0.1.1

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

[dependencies]
num_cpus = "1.13.0"
rand = "0.8.3"
log = "0.4"
lazy_static = "1.4.0"