Update Cargo.toml

This commit is contained in:
skyeshroom 2021-08-11 12:44:40 -07:00
parent f858f42d67
commit 7c3df736f4

View File

@ -3,7 +3,7 @@ name = "hypoloop"
description = "A low-level control loop for real-time and baked simulations." description = "A low-level control loop for real-time and baked simulations."
version = "0.1.0" version = "0.1.0"
edition = "2018" edition = "2018"
license-file = "LICENSE" license = "GPL-3.0"
repository = "https://github.com/skyeterran/hypoloop" repository = "https://github.com/skyeterran/hypoloop"
keywords = ["gamedev", "simulation", "graphics"] keywords = ["gamedev", "simulation", "graphics"]
include = ["/src", "LICENSE", "/examples"] include = ["/src", "LICENSE", "/examples"]