Update Cargo.toml
This commit is contained in:
parent
603d95a6cb
commit
e4109fb255
@ -1,7 +1,11 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "hypoloop"
|
name = "hypoloop"
|
||||||
|
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"
|
||||||
|
repository = "https://github.com/skyeterran/hypoloop"
|
||||||
|
keywords = ["gamedev", "simulation", "graphics"]
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user