ruffle/core/Cargo.toml

14 lines
285 B
TOML

[package]
name = "ruffle_core"
version = "0.1.0"
authors = ["Mike Welsh <mwelsh@gmail.com>"]
edition = "2018"
[dependencies]
gc = "0.3.3"
gc_derive = "0.3.2"
generational-arena = "0.1"
log = "0.4"
rand = "0.6.5"
swf = { git = "https://github.com/Herschel/swf-rs", branch = "ruffle" }