ruffle/core/Cargo.toml

28 lines
729 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"
url = "1.7.2"
svg = "0.5.12"
swf = { git = "https://github.com/Herschel/swf-rs", version = "*" }
2019-04-28 06:08:59 +00:00
js-sys = "0.3.19"
wasm-bindgen = "0.2"
[dependencies.web-sys]
version = "0.3.19"
2019-05-01 16:55:54 +00:00
features = ["AudioBuffer", "AudioBufferSourceNode", "AudioContext", "AudioDestinationNode", "AudioNode", "CanvasRenderingContext2d", "Document", "Element", "HtmlCanvasElement", "HtmlImageElement", "Node", "Window"]
2019-04-28 01:15:43 +00:00
# Desktop dependencies
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
lyon = "0.13.1"
glium = "0.24"
glutin = "0.20"
winit = "0.19.1"