rust/hwrunner/Cargo.toml
author raptor <buckyballreaction@gmail.com>
Mon, 26 Aug 2019 15:40:15 -0600
changeset 15383 c8f37fc9c266
parent 14725 12db7e435ea6
child 15798 ec85fdf82942
permissions -rw-r--r--
Add DARWIN flag to fix BUILD_ENGINE_C compilation on macOS

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