2021-08-05 23:15:18 -06:00
|
|
|
[package]
|
2021-08-09 14:24:06 -06:00
|
|
|
name = "hypoloop"
|
2021-08-11 13:39:22 -06:00
|
|
|
description = "A low-level control loop for real-time and baked simulations."
|
2021-08-12 21:42:35 -06:00
|
|
|
version = "0.1.7"
|
2021-08-05 23:15:18 -06:00
|
|
|
edition = "2018"
|
2021-08-11 13:44:40 -06:00
|
|
|
license = "GPL-3.0"
|
2021-08-11 13:39:22 -06:00
|
|
|
repository = "https://github.com/skyeterran/hypoloop"
|
|
|
|
keywords = ["gamedev", "simulation", "graphics"]
|
2021-08-11 13:41:42 -06:00
|
|
|
include = ["/src", "LICENSE", "/examples"]
|
2021-08-05 23:15:18 -06:00
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
2021-08-12 14:11:46 -06:00
|
|
|
[dependencies]
|
|
|
|
|
|
|
|
[dev-dependencies]
|
2021-08-12 16:53:36 -06:00
|
|
|
env_logger = "0.9"
|
|
|
|
log = "0.4"
|
|
|
|
pixels = "0.5.0"
|
|
|
|
winit = "0.25"
|
|
|
|
winit_input_helper = "0.10"
|
|
|
|
rand = "0.8.4"
|