Some small fix related to the network UI and some Shader preparation.

This commit is contained in:
Thomas Andres Gomez 2025-03-12 22:23:20 +01:00
parent 16b2b49f03
commit a93bb9d3f5
18 changed files with 196 additions and 76 deletions

View file

@ -33,6 +33,8 @@ kotlin {
// composable component.
implementation(libs.coil.compose)
implementation(libs.coil.network.ktor)
// implementation("com.mikepenz.hypnoticcanvas:hypnoticcanvas:0.3.0")
// implementation("com.mikepenz.hypnoticcanvas:hypnoticcanvas-shaders:0.3.0")
// network
implementation(libs.kotlinx.serialization.json)
implementation(libs.ktor.serialization.json)