ruffle/core/Cargo.toml

19 lines
368 B
TOML

[package]
name = "ruffle_core"
version = "0.1.0"
authors = ["Mike Welsh <mwelsh@gmail.com>"]
edition = "2018"
[dependencies]
bitstream-io = "0.8.2"
fnv = "1.0.3"
gc-arena = "0.1.1"
gc-arena-derive = "0.1.1"
generational-arena = "0.2.2"
log = "0.4"
rand = "0.6.5"
swf = { git = "https://github.com/Herschel/swf-rs", rev = "44c9262" }
[features]
default = ["minimp3"]