initial commit
authorGreg Burri <greg.burri@gmail.com>
Wed, 23 Jun 2021 09:26:32 +0000 (11:26 +0200)
committerGreg Burri <greg.burri@gmail.com>
Wed, 23 Jun 2021 09:26:32 +0000 (11:26 +0200)
commit9b09a05def141a8f5b08c822d886e9e9f9ba3050
tree873127b2c28147853a0e527d36ac0fa25e3ec479
initial commit
23 files changed:
.gitignore [new file with mode: 0644]
Cargo.lock [new file with mode: 0644]
Cargo.toml [new file with mode: 0644]
README.md [new file with mode: 0644]
TODO.md [new file with mode: 0644]
backend/Cargo.toml [new file with mode: 0644]
backend/build.rs [new file with mode: 0644]
backend/launch_debug.ps1 [new file with mode: 0644]
backend/src/consts.rs [new file with mode: 0644]
backend/src/main.rs [new file with mode: 0644]
backend/src/minecraft_controller.rs [new file with mode: 0644]
backend/src/tests.rs [new file with mode: 0644]
backend/static/FiraCode-Bold.woff2 [new file with mode: 0644]
backend/static/FiraCode-Light.woff2 [new file with mode: 0644]
backend/static/FiraCode-Medium.woff2 [new file with mode: 0644]
backend/static/FiraCode-Regular.woff2 [new file with mode: 0644]
backend/static/FiraCode-SemiBold.woff2 [new file with mode: 0644]
backend/style.scss [new file with mode: 0644]
backend/templates/main.html [new file with mode: 0644]
common/Cargo.toml [new file with mode: 0644]
common/src/lib.rs [new file with mode: 0644]
deploy.ps1 [new file with mode: 0644]
doc/minecraft_web.service [new file with mode: 0644]