diff --git a/Cargo.lock b/Cargo.lock index 5b9021f..829bc0f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -242,7 +242,7 @@ dependencies = [ [[package]] name = "asteroids" -version = "0.6.0" +version = "0.6.1" dependencies = [ "bevy", "bevy-inspector-egui", @@ -4295,9 +4295,9 @@ dependencies = [ [[package]] name = "portable-atomic" -version = "1.11.1" +version = "1.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483" +checksum = "f59e70c4aef1e55797c2e8fd94a4f2a973fc972cfde0e0b05f683667b0cd39dd" [[package]] name = "portable-atomic-util" diff --git a/Cargo.toml b/Cargo.toml index d4c31a8..884f503 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "asteroids" -version = "0.6.0" +version = "0.6.1" edition = "2024" license = "AGPL-3.0-only" diff --git a/Makefile b/Makefile index c20e9df..5960571 100644 --- a/Makefile +++ b/Makefile @@ -76,6 +76,8 @@ full-clean: clean # output into the web root. Only supports the "bundle-able" mode. install: web install -dm0755 $(DESTDIR) + install -dm0755 $(DESTDIR)/assets install -m0644 out/asteroids.js $(DESTDIR)/ install -m0644 out/asteroids_bg.wasm.gz $(DESTDIR)/ install -m0644 out/asteroids.html $(DESTDIR)/ + install -m0644 $(ASSETS) $(DESTDIR)/assets/ diff --git a/www/index.html b/www/index.html index e2f9764..3cb4570 100644 --- a/www/index.html +++ b/www/index.html @@ -119,7 +119,7 @@ Program Version - v0.6.0 + v0.6.1