Skip to content

Commit

Permalink
Update Libraries to include k5-compose project (#693)
Browse files Browse the repository at this point in the history
  • Loading branch information
CuriousNikhil committed Jan 26, 2022
1 parent d82de2e commit 0c0b40f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/main/resources/links/Libraries.awesome.kts
Original file line number Diff line number Diff line change
Expand Up @@ -1969,6 +1969,11 @@ category("Libraries/Frameworks") {
setTags("jetpack-compose", "compose", "kotlin", "ui")
setPlatforms(ANDROID)
}

link{
github = "CuriousNikhil/k5-compose"
desc = "K5-compose is a sketchy port of p5.js for Jetpack Compose Desktop"
setTags("jetpack-compose", "compose", "kotlin", "ui", "compose-desktop")
setPlatforms(NATIVE, JVM)
}
}
}

0 comments on commit 0c0b40f

Please sign in to comment.