diff options
| author | Gustav Sörnäs <gustav@sornas.net> | 2021-01-30 23:24:05 +0100 |
|---|---|---|
| committer | Gustav Sörnäs <gustav@sornas.net> | 2021-01-30 23:24:05 +0100 |
| commit | 349055ef2533bf3268f37d3c04e5adb84814f50a (patch) | |
| tree | 0cea53f00636a5d6641f0b48b75103c059485760 /pong/Cargo.toml | |
| parent | 43ba4b48e4f849fd7ef288a6ca27213ed7f4904d (diff) | |
| download | sylt-349055ef2533bf3268f37d3c04e5adb84814f50a.tar.gz | |
remove tokio from pong
Diffstat (limited to 'pong/Cargo.toml')
| -rw-r--r-- | pong/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pong/Cargo.toml b/pong/Cargo.toml index 8e8cace..99b2d36 100644 --- a/pong/Cargo.toml +++ b/pong/Cargo.toml @@ -11,4 +11,3 @@ tihdy = { path = ".."} tihdy_derive = { path = "../tihdy_derive" } macroquad = "0.2" -tokio = { version = "1", features = ["rt", "rt-multi-thread"] } |
