Compare commits

..

2 Commits

Author SHA1 Message Date
vargadavidlajos
2aaa2aca70 Merge pull request #13 from htamas1210/UI/SettingsAndGame
Created a new branch due to a bug
2025-11-15 19:11:39 +01:00
Bence
456d386551 Created a new branch due to a bug
Previous pull request didn't work (didnt change ui/src/main.rs), created new branch to see if the problem persists
2025-11-15 19:06:25 +01:00
4 changed files with 11 additions and 1 deletions

View File

@@ -18,7 +18,7 @@ jobs:
steps:
- name: checkout repository
uses: actions/checkout@v4
- name: Determine which tests to run
id: check
run: |
@@ -93,3 +93,6 @@ jobs:
cd "$GITHUB_WORKSPACE"
git clean -fdx
git reset --hard

View File

@@ -101,3 +101,5 @@ jobs:
release/windows.zip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

4
ui/.cargo/config.toml Normal file
View File

@@ -0,0 +1,4 @@
[target.x86_64-unknown-linux-gnu]
linker = "x86_64-linux-gnu-gcc"
[target.x86_64-pc-windows-gnu]
linker = "x86_64-w64-mingw32-gcc"

1
ui/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
/target