Updated DLL

Fixed DLL loading issues with Linux
This commit is contained in:
Jordon Brooks 2023-06-04 00:41:26 +01:00
parent 5d17c3eeed
commit 5da0c7f397
6 changed files with 25 additions and 4 deletions

View file

@ -12,5 +12,9 @@ lto = true # Enables link to optimizations
opt-level = "z" # Optimize for binary size
strip = true # Remove debug symbols
[[bin]]
name = "harmony_link_client"
path = "src/main.rs"
[dependencies]
libloading = "0.8.0"
libloading = "0.8.0"