ruffle/core/Cargo.toml

14 lines
273 B
TOML
Raw Normal View History

2019-04-28 01:15:43 +00:00
[package]
name = "fluster_core"
version = "0.1.0"
authors = ["Mike Welsh <mwelsh@gmail.com>"]
edition = "2018"
[dependencies]
bacon_rajan_cc = "0.2"
2019-04-30 08:53:21 +00:00
generational-arena = "0.1"
2019-04-28 01:15:43 +00:00
log = "0.4"
2019-05-02 00:46:49 +00:00
rand = "0.6.5"
2019-04-28 01:15:43 +00:00
swf = { git = "https://github.com/Herschel/swf-rs", version = "*" }