rust/hwrunner/Cargo.toml
author Wuzzy <Wuzzy2@mail.ru>
Sat, 16 May 2020 01:36:44 +0200
changeset 15564 732b82f44c83
parent 14704 12db7e435ea6
child 15776 ec85fdf82942
permissions -rw-r--r--
Hats webpage: Many improvements and fixes (2nd try) * Fix static hats not being animated properly * Make widges more user-friendly * Add local mode to hats webpage to make testing easier (IS_LOCAL variable) * Cleanup code * Update themes list * Update list of local hats

[package]
name = "hwrunner"
version = "0.1.0"
authors = ["Hedgewars Project"]
edition = "2018"

[dependencies]
glutin = "0.20"
gl = "0.11"
integral-geometry = { path = "../integral-geometry" }

lib-hedgewars-engine = { path = "../lib-hedgewars-engine" }