From 21ba1ebf8b0c8414a3e13e5e65d15e8caa3346fd Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 14 Jun 2020 13:44:21 +0100 Subject: [PATCH] go back to working counts combined with working drag --- {src => junk}/error.rs | 0 {src => junk}/gamestate.rs | 0 {src => junk}/global.rs | 0 {src => junk}/instance.rs | 0 {src => junk}/main.rs | 0 {src => junk}/pieces.rs | 0 {src => junk}/testload.rs | 0 templates/test.html | 46 -------------------------------------- templates/test.tera | 41 ++++++++++++++++++++++++++++++++- 9 files changed, 40 insertions(+), 47 deletions(-) rename {src => junk}/error.rs (100%) rename {src => junk}/gamestate.rs (100%) rename {src => junk}/global.rs (100%) rename {src => junk}/instance.rs (100%) rename {src => junk}/main.rs (100%) rename {src => junk}/pieces.rs (100%) rename {src => junk}/testload.rs (100%) delete mode 100644 templates/test.html diff --git a/src/error.rs b/junk/error.rs similarity index 100% rename from src/error.rs rename to junk/error.rs diff --git a/src/gamestate.rs b/junk/gamestate.rs similarity index 100% rename from src/gamestate.rs rename to junk/gamestate.rs diff --git a/src/global.rs b/junk/global.rs similarity index 100% rename from src/global.rs rename to junk/global.rs diff --git a/src/instance.rs b/junk/instance.rs similarity index 100% rename from src/instance.rs rename to junk/instance.rs diff --git a/src/main.rs b/junk/main.rs similarity index 100% rename from src/main.rs rename to junk/main.rs diff --git a/src/pieces.rs b/junk/pieces.rs similarity index 100% rename from src/pieces.rs rename to junk/pieces.rs diff --git a/src/testload.rs b/junk/testload.rs similarity index 100% rename from src/testload.rs rename to junk/testload.rs diff --git a/templates/test.html b/templates/test.html deleted file mode 100644 index bfb24300..00000000 --- a/templates/test.html +++ /dev/null @@ -1,46 +0,0 @@ - - T - - -

-

nothing
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/templates/test.tera b/templates/test.tera index 487fdc72..52a03f0b 100644 --- a/templates/test.tera +++ b/templates/test.tera @@ -1,6 +1,45 @@

Hi!

-
nothing
+
nothing
+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.30.2