Changed license in cargo file

This commit is contained in:
skyeshroom 2021-08-11 12:45:20 -07:00
parent 7c3df736f4
commit ff81a450c7
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -4,4 +4,4 @@ version = 3
[[package]] [[package]]
name = "hypoloop" name = "hypoloop"
version = "0.1.0" version = "0.1.1"

View File

@ -1,7 +1,7 @@
[package] [package]
name = "hypoloop" 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.1"
edition = "2018" edition = "2018"
license = "GPL-3.0" license = "GPL-3.0"
repository = "https://github.com/skyeterran/hypoloop" repository = "https://github.com/skyeterran/hypoloop"