Proof of concept implementation for a Steam metadata provider plugin

Mainly for testing purposes
This commit is contained in:
grimsi
2024-11-01 15:41:25 +01:00
parent 34f00c091f
commit cebfc99ec2
17 changed files with 327 additions and 29 deletions
+3
View File
@@ -7,4 +7,7 @@ dependencies {
// IGDB API client
implementation("io.github.husnjak:igdb-api-jvm:1.2.0")
// Fuzzy string matching
implementation("me.xdrop:fuzzywuzzy:1.4.0")
}