obs impl.

This commit is contained in:
2023-10-20 11:16:12 -04:00
parent 9c598a42bb
commit 6b0f5b99f9
7 changed files with 147 additions and 63 deletions

View File

@@ -6,8 +6,12 @@ plugins {
dependencies {
testImplementation("org.jetbrains.kotlin:kotlin-test-junit5")
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.9.3")
implementation("com.github.hypfvieh:dbus-java-core:4.3.1")
runtimeOnly("com.github.hypfvieh:dbus-java-transport-native-unixsocket:4.3.1")
implementation("io.obs-websocket.community:client:2.0.0")
implementation("org.slf4j:slf4j-api:2.0.9")
runtimeOnly("org.slf4j:slf4j-simple:2.0.9")
}