aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: a7e8543bd127f0b474ba9eb2d7824dc7be5aa04f (plain)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "hope"
version = "0.0.0"
authors = ["boringcactus / Melody Horn <melody@boringcactus.com>"]
edition = "2018"
description = "a framework for implementing node graph based computing with the actor model"
readme = "README.md"
license-file = "LICENSE.txt"

[dependencies]
minifb = "0.19.2"