summaryrefslogtreecommitdiffstats
path: root/game_gui/Cargo.toml
blob: a0f50ca378f3c7daf607ca6805cb50c8192267d9 (plain)
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
# -*- coding: utf-8 -*-

[package]
edition         = "2021"
name            = "game_gui"
#description     = ""
version         = "0.1.0"
#homepage        = ""
authors         = ["Michael Buesch <m@bues.ch>"]
license         = "MIT OR Apache-2.0"
#readme          = "README.md"
#repository      = ""

#categories      = []
#keywords        = []
publish         = false

[dependencies]
anyhow          = "1"
cairo-rs        = "0.18"
cassette        = "0.2"
expect-exit     = "0.5"
gdk             = "0.18"
gdk-pixbuf      = "0.18"
gio             = "0.18"
glib            = "0.18"
graphics        = { path = "../graphics" }
gtk             = "0.18"
lazy_static     = "1.4"
movavg          = { version = "2", default-features = false }
num-traits      = "0.2"
physics         = { path = "../physics" }
stick           = "0.13"
structopt       = "0.3"
voxel           = { path = "../voxel" }
walleng         = { path = "../walleng" }

# vim: ts=4 sw=4 expandtab
bues.ch cgit interface