使用 JNA 查询注册表 (#3913)

This commit is contained in:
Glavo
2025-05-14 22:18:02 +08:00
committed by GitHub
parent 76ed9353bd
commit 6e05b5ee58
8 changed files with 402 additions and 64 deletions

View File

@@ -19,4 +19,6 @@ dependencies {
api(libs.pci.ids)
compileOnlyApi(libs.jetbrains.annotations)
testImplementation(libs.jna.platform)
}