aboutsummaryrefslogtreecommitdiffstats
path: root/pong/Cargo.toml
diff options
context:
space:
mode:
authorEdvard Thörnros <edvard.thornros@gmail.com>2021-02-01 21:39:28 +0100
committerEdvard Thörnros <edvard.thornros@gmail.com>2021-02-01 21:40:01 +0100
commit82919eabb21a6df3e57b46912c4513dbd56df827 (patch)
tree4ee11f40d2be5c99739ae39a556396bcdc5f291c /pong/Cargo.toml
parente86852857bc6f6ca1e1cd81db494071c5d9e3ff1 (diff)
parent354be47619650cd85c1de2a546139c092a88c80f (diff)
downloadsylt-82919eabb21a6df3e57b46912c4513dbd56df827.tar.gz
Merge remote-tracking branch 'origin/main' into vectors
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"