hypoloop/Cargo.toml

13 lines
425 B
TOML
Raw Normal View History

[package]
name = "hypoloop"
2021-08-11 13:39:22 -06:00
description = "A low-level control loop for real-time and baked simulations."
version = "0.1.0"
edition = "2018"
2021-08-11 13:39:22 -06:00
license-file = "LICENSE"
repository = "https://github.com/skyeterran/hypoloop"
keywords = ["gamedev", "simulation", "graphics"]
2021-08-11 13:41:42 -06:00
include = ["/src", "LICENSE", "/examples"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
2021-08-10 15:18:39 -06:00
[dependencies]