aboutsummaryrefslogtreecommitdiffstats
path: root/pong/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pong/Cargo.toml')
-rw-r--r--pong/Cargo.toml16
1 files changed, 0 insertions, 16 deletions
diff --git a/pong/Cargo.toml b/pong/Cargo.toml
deleted file mode 100644
index acf7d67..0000000
--- a/pong/Cargo.toml
+++ /dev/null
@@ -1,16 +0,0 @@
-[package]
-name = "pong"
-version = "0.1.0"
-authors = ["Gustav Sörnäs <gustav@sornas.net>"]
-edition = "2018"
-
-# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
-
-[profile.release]
-lto = "thin"
-
-[dependencies]
-tihdy = { path = ".."}
-tihdy_derive = { path = "../tihdy_derive" }
-
-macroquad = "0.2"