From 7c3df736f4919311f4c962bf9783a4bb152413f3 Mon Sep 17 00:00:00 2001 From: skyeshroom <61299664+skyeshroom@users.noreply.github.com> Date: Wed, 11 Aug 2021 12:44:40 -0700 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c2f2371..8e9233e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "hypoloop" description = "A low-level control loop for real-time and baked simulations." version = "0.1.0" edition = "2018" -license-file = "LICENSE" +license = "GPL-3.0" repository = "https://github.com/skyeterran/hypoloop" keywords = ["gamedev", "simulation", "graphics"] include = ["/src", "LICENSE", "/examples"]