added libs to find installed libs

This commit is contained in:
2025-08-09 13:44:21 +02:00
parent 30c390c9fb
commit f777221405
2 changed files with 9 additions and 5 deletions

View File

@@ -26,4 +26,8 @@ com = "0.2"
widestring = "0.5"
[target.'cfg(unix)'.dependencies]
glob = "0.3"
glob = "0.3"
libloading = "0.8"
[build-dependencies]
pkg-config = { version = "0.3", optional = true } # Für Library-Detektion