Upgrade version number to 1.0.5

Fix dependency graph
Remove loguru library
This commit is contained in:
2024-04-20 18:00:40 +02:00
parent 1f06631f69
commit b956aa3873
10 changed files with 103 additions and 3956 deletions

12
.github/workflows/main.yml vendored Normal file
View File

@@ -0,0 +1,12 @@
name: CI
on: push
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: sudo apt-get install ninja-build cmake
- run: ninja --version
- run: cmake --version
- run: g++ --version