This commit is contained in:
Piotr Siuszko 2025-09-19 11:15:22 +02:00
parent 53d17d5168
commit 4ed650f146
2 changed files with 1 additions and 8 deletions

View File

@ -3,7 +3,7 @@ name = "rpack_egui"
version = "0.3.0" version = "0.3.0"
description = "GUI application for generating rpack atlases" description = "GUI application for generating rpack atlases"
authors = ["Piotr Siuszko <siuszko@zoho.com>"] authors = ["Piotr Siuszko <siuszko@zoho.com>"]
edition = "2024" edition = "2021"
repository = "https://github.com/Leinnan/rpack.git" repository = "https://github.com/Leinnan/rpack.git"
homepage = "https://github.com/Leinnan/rpack" homepage = "https://github.com/Leinnan/rpack"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"

View File

@ -145,13 +145,6 @@
}); });
} }
</script> </script>
<!--<script
data-goatcounter="https://mevlyshkin.goatcounter.com/count"
data-goatcounter-settings='{"path": "/rpack"}'
async
src="//zgo.at/count.js"
></script>-->
</body> </body>
</html> </html>