rust/hedgewars-engine/Cargo.toml
author Wuzzy <Wuzzy2@mail.ru>
Sat, 16 May 2020 01:36:44 +0200
changeset 15564 732b82f44c83
parent 14166 7d3b94cdc3c4
child 15805 61da40b657fa
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 = "hedgewars-engine"
version = "0.1.0"
authors = ["Andrey Korotaev <a.korotaev@hedgewars.org>"]
edition = "2018"

[dependencies]
lib-hedgewars-engine = { path = "../lib-hedgewars-engine" }
libloading = "0.5.0"