From 4c24a6467620831208d0e18d806844c8663aad32 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 6 Sep 2020 02:30:14 +0100 Subject: [PATCH] some todos --- src/bin/server.rs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/bin/server.rs b/src/bin/server.rs index 700a225e..11bd3cb8 100644 --- a/src/bin/server.rs +++ b/src/bin/server.rs @@ -1,6 +1,11 @@ // xxx need button(s) to cause players to release grabs ? +// xxx source download +// xxx move dummy save out of git +// xxx chess pieces & board +// xxx way to stop board moving + #![feature(proc_macro_hygiene, decl_macro)] use rocket::{get,routes}; -- 2.30.2