Created a Projectile and allowed it to be operated on by wind and gravity

This commit is contained in:
Jon Janzen
2021-02-07 14:49:14 -07:00
parent c863cf5a8b
commit bf1afc092e
3 changed files with 105 additions and 2 deletions

View File

@@ -7,3 +7,4 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
structs = { path = "structs" }