rust/hwrunner/Cargo.toml
author Wuzzy <Wuzzy2@mail.ru>
Wed, 19 Jun 2019 20:37:02 +0200
changeset 15180 061a3085d6d8
parent 14704 12db7e435ea6
child 15776 ec85fdf82942
permissions -rw-r--r--
Make flames ignore bouncy world edge Rationale: Flame speed heavily relies on wind and cannot be reasonably reversed. The rationale is similar as for gtPoisonCloud.

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