From 635d250d7129b771fb92f9f3c14831abb750e59f Mon Sep 17 00:00:00 2001 From: thetek Date: Thu, 22 Jun 2023 10:42:03 +0200 Subject: [PATCH] feat: add version information --- Cargo.toml | 2 +- www/index.html | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e0fb405..0a833be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "invaders" -version = "0.1.0" +version = "0.1.1" authors = ["thetek "] description = "space invaders written using webassembly, rust and webgl" repository = "https://git.tjdev.de/thetek/invaders" diff --git a/www/index.html b/www/index.html index a82396a..2dc9580 100644 --- a/www/index.html +++ b/www/index.html @@ -49,6 +49,9 @@ border: 2px solid #fff; color: #fff; } + #welcome p { + margin-top: -1rem; + } button { background: none; border-radius: .25rem; @@ -72,6 +75,7 @@ This page contains WebGL content, please enable WebGL in your browser.

Invaders

+

v0.1.1