wedge/desktop/Cargo.toml

10 lines
183 B
TOML
Raw Normal View History

2019-08-14 00:18:09 +00:00
[package]
name = "wedge_desktop"
version = "0.1.0"
authors = ["Michael Zhang <iptq@protonmail.com>"]
edition = "2018"
[dependencies]
2019-08-14 18:18:25 +00:00
glium = "0.25"
2019-08-14 00:18:09 +00:00
wedge_core = { path = "../core" }