mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
16 lines
911 B
TOML
16 lines
911 B
TOML
[versions]
|
|
compose = "1.6.7"
|
|
compose-compiler = "1.5.14"
|
|
|
|
[libraries]
|
|
animation = { module = "androidx.compose.animation:animation", version.ref = "compose" }
|
|
foundation = { module = "androidx.compose.foundation:foundation", version.ref = "compose" }
|
|
material3 = { module = "androidx.compose.material3:material3", version = "1.3.0-beta02" }
|
|
material-motion = { module = "io.github.fornewid:material-motion-compose-core", version = "1.0.7" }
|
|
ui = { module = "androidx.compose.ui:ui", version.ref = "compose" }
|
|
ui-tooling = { module = "androidx.compose.ui:ui-tooling", version.ref = "compose" }
|
|
ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling-preview", version.ref = "compose" }
|
|
icons = { module = "androidx.compose.material:material-icons-extended", version.ref = "compose" }
|
|
|
|
[bundles]
|
|
compose = [ "animation", "foundation", "material3", "material-motion", "ui", "ui-tooling-preview", "icons" ]
|