ruffle/core/Cargo.toml

14 lines
287 B
TOML
Raw Normal View History

2019-04-28 01:15:43 +00:00
[package]
2019-05-08 16:46:19 +00:00
name = "ruffle_core"
2019-04-28 01:15:43 +00:00
version = "0.1.0"
authors = ["Mike Welsh <mwelsh@gmail.com>"]
edition = "2018"
[dependencies]
2019-05-09 01:10:43 +00:00
gc = "0.3.3"
gc_derive = "0.3.2"
2019-05-10 00:43:53 +00:00
generational-arena = "0.2.2"
2019-04-28 01:15:43 +00:00
log = "0.4"
2019-05-02 00:46:49 +00:00
rand = "0.6.5"
2019-05-08 18:59:46 +00:00
swf = { git = "https://github.com/Herschel/swf-rs", branch = "ruffle" }