definitely not mario maker
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1234567891011 |
- [package]
- name = "platformaker"
- version = "0.0.1"
- authors = ["trashbyte <github@trashbyte.io>"]
- edition = "2018"
-
- [dependencies]
- ggez = "0.5.0-rc.2"
- nalgebra = {version = "0.18", features = ["mint"] }
- mint = "0.5"
- rand = "0.6"
|