ruffle/video/Cargo.toml

21 lines
367 B
TOML
Raw Normal View History

[package]
name = "ruffle_video"
authors.workspace = true
edition.workspace = true
homepage.workspace = true
license.workspace = true
repository.workspace = true
version.workspace = true
[lints]
workspace = true
[dependencies]
swf = { path = "../swf" }
ruffle_render = { path = "../render" }
slotmap = { workspace = true }
thiserror = "1.0"
[features]
default = []