Actually render things in Warp

This commit is contained in:
2020-06-01 04:50:16 +02:00
parent 4032ffcecd
commit 2bd3d03955
4 changed files with 372 additions and 16 deletions

View File

@@ -10,5 +10,7 @@ license = "AGPL-3.0-or-later"
[dependencies]
legion = "0.2.1"
rand = "0.7.3"
serde = { version = "1.0", features= ["derive"] }
tera = "1"
tokio = { version = "0.2", features = ["full"] }
warp = "0.2"
warp = "0.2"