ruffle/desktop/Cargo.toml

11 lines
223 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-05-02 00:46:49 +00:00
env_logger = "0.6.1"
2019-04-28 01:15:43 +00:00
structopt = "0.2.15"