author | Wuzzy <Wuzzy2@mail.ru> |
Mon, 20 May 2019 01:24:25 +0200 | |
changeset 15018 | 333154e90c5b |
parent 14709 | 12db7e435ea6 |
permissions | -rw-r--r-- |
14192 | 1 |
[package] |
2 |
name = "hwrunner" |
|
3 |
version = "0.1.0" |
|
4 |
authors = ["Hedgewars Project"] |
|
5 |
edition = "2018" |
|
6 |
||
7 |
[dependencies] |
|
14707 | 8 |
glutin = "0.20" |
9 |
gl = "0.11" |
|
14709 | 10 |
integral-geometry = { path = "../integral-geometry" } |
14193 | 11 |
|
12 |
lib-hedgewars-engine = { path = "../lib-hedgewars-engine" } |