diff options
| author | Gustav Sörnäs <gustav@sornas.net> | 2021-01-30 20:19:27 +0100 |
|---|---|---|
| committer | Gustav Sörnäs <gustav@sornas.net> | 2021-01-30 20:19:27 +0100 |
| commit | 7f21946126a24c27a324779823a3413679f177a0 (patch) | |
| tree | 9ff90838c91ad27e39bc3355d0044c58c9c3eea5 /pong/Cargo.toml | |
| parent | 52042f3cd5e44cffc4d6badc28ff98ea310f050c (diff) | |
| download | sylt-7f21946126a24c27a324779823a3413679f177a0.tar.gz | |
add pong
Diffstat (limited to 'pong/Cargo.toml')
| -rw-r--r-- | pong/Cargo.toml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/pong/Cargo.toml b/pong/Cargo.toml new file mode 100644 index 0000000..8e8cace --- /dev/null +++ b/pong/Cargo.toml @@ -0,0 +1,14 @@ +[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 + +[dependencies] +tihdy = { path = ".."} +tihdy_derive = { path = "../tihdy_derive" } + +macroquad = "0.2" +tokio = { version = "1", features = ["rt", "rt-multi-thread"] } |
