forked from SpaceManiac/SpacemanDMM
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
38 lines (34 loc) · 829 Bytes
/
Cargo.toml
File metadata and controls
38 lines (34 loc) · 829 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
[package]
name = "spaceman-dmm"
version = "0.1.0"
authors = ["Tad Hardesty <tad@platymuus.com>"]
edition = "2018"
[[bin]]
name = "editor"
path = "main.rs"
[dependencies]
dreammaker = { path = "../dreammaker" }
dmm-tools = { path = "../tools", features = ["gfx_core"] }
glutin = "0.21.1"
gfx_gl = "0.6.0"
gfx = "0.18"
gfx_core = "0.9.2"
gfx_window_glutin = "0.31.0"
gfx_device_gl = "0.16.2"
imgui = "0.2.1"
imgui-gfx-renderer = "0.2.0"
lodepng = "3.0.0"
ndarray = "0.13.0"
divrem = "0.1.0"
serde = "1.0.76"
serde_derive = "1.0.76"
toml = "0.5.5"
petgraph = { version = "0.5.0", default-features = false }
weak-table = "0.2.3"
slice-of-array = "0.2.0"
[dependencies.nfd]
git = "https://github.com/SpaceManiac/nfd-rs"
branch = "zenity"
[build-dependencies]
chrono = "0.4.0"
git2 = { version = "0.13", default-features = false }