# -*- coding: utf-8 -*- [package] edition = "2021" name = "game_gui" #description = "" version = "0.1.0" #homepage = "" authors = ["Michael Buesch "] 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