From 354be47619650cd85c1de2a546139c092a88c80f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Mon, 1 Feb 2021 21:36:43 +0100 Subject: move pong to new repo Moved to https://github.com/sornas/tihdy_pong using git subtree split -P pong -b pong --- pong/Cargo.toml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 pong/Cargo.toml (limited to 'pong/Cargo.toml') 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 "] -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" -- cgit v1.2.1