aboutsummaryrefslogtreecommitdiffstats
path: root/pong/Cargo.toml
diff options
context:
space:
mode:
authorGustav Sörnäs <gustav@sornas.net>2021-02-01 21:36:43 +0100
committerGustav Sörnäs <gustav@sornas.net>2021-02-01 21:36:43 +0100
commit354be47619650cd85c1de2a546139c092a88c80f (patch)
treef8b3c9991b70604942b4f74d2b7b11d93aa3d504 /pong/Cargo.toml
parent1a3f45d0756c693cb894a8c134993f5bc3bfec74 (diff)
downloadsylt-354be47619650cd85c1de2a546139c092a88c80f.tar.gz
move pong to new repo
Moved to https://github.com/sornas/tihdy_pong using git subtree split -P pong -b pong
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"