mirror of
https://github.com/null2264/yokai.git
synced 2025-06-20 18:24:42 +00:00
16 lines
819 B
TOML
16 lines
819 B
TOML
[versions]
|
|
compose = "2025.05.01"
|
|
|
|
[libraries]
|
|
bom = { module = "androidx.compose:compose-bom", version.ref = "compose" }
|
|
animation = { module = "androidx.compose.animation:animation" }
|
|
foundation = { module = "androidx.compose.foundation:foundation" }
|
|
material3 = { module = "androidx.compose.material3:material3" }
|
|
material-motion = { module = "io.github.fornewid:material-motion-compose-core", version = "1.2.1" }
|
|
ui-tooling = { module = "androidx.compose.ui:ui-tooling" }
|
|
ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling-preview" }
|
|
icons = { module = "androidx.compose.material:material-icons-extended" }
|
|
webview = { module = "io.github.kevinnzou:compose-webview", version = "0.33.6" }
|
|
|
|
[bundles]
|
|
compose = [ "animation", "foundation", "material3", "material-motion", "ui-tooling-preview", "icons" ]
|