From 0a485dd5f676bdf87b708c4c0ec44a3a263f25d0 Mon Sep 17 00:00:00 2001 From: tom barrett Date: Sat, 15 Jun 2019 10:00:12 -0500 Subject: starting out --- Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..694bd8d --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "pax-romana" +version = "0.1.0" +authors = ["tom barrett "] +edition = "2018" + +[dependencies] +ggez = "0.5.0-rc.2" +rand = "0.7.0-pre.1" -- cgit v1.2.3