initial commit

This commit is contained in:
2025-11-15 18:21:10 +03:00
commit 6219647c0e
7 changed files with 4090 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
Build on PC
```bash
cargo build
```
Build on android (using xbuild)
```bash
x build --platform android --arch arm64 --format apk --release
```