rust/hwrunner/Cargo.toml
author unC0Rr
Tue, 27 Aug 2019 14:37:39 +0200
changeset 15366 381c828865e7
parent 14704 12db7e435ea6
child 15776 ec85fdf82942
permissions -rw-r--r--
Fix a couple more uses of uninitialized variables

[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" }