ruffle/desktop/Cargo.toml

10 lines
202 B
TOML
Raw Normal View History

2019-04-28 01:15:43 +00:00
[package]
2019-04-28 03:58:33 +00:00
name = "fluster_desktop"
2019-04-28 01:15:43 +00:00
version = "0.1.0"
authors = ["Mike Welsh <mwelsh@gmail.com>"]
edition = "2018"
[dependencies]
2019-04-28 06:08:59 +00:00
fluster_core = { path = "../core" }
glutin = "0.20"
2019-04-28 01:15:43 +00:00
structopt = "0.2.15"