chore: Make the compilation and linking crossplatform (win, linux)

This commit is contained in:
2024-07-05 23:30:11 +02:00
parent ec1e147e91
commit 078523ebad
14 changed files with 115 additions and 11 deletions

4
.gitignore vendored
View File

@ -1 +1,5 @@
# Ignore Rust target directory
/target
# Ignore .env file
.env