Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
tclement0922 committed Jul 16, 2024
1 parent ddeb12c commit fadf800
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@


Makes possible to use icons from a font in JetBrains Compose Multiplatform.
Currently supported targets are Android, Desktop (JVM) and Web (JS). An additional library is available for
Currently supported targets are Android, Desktop (JVM) and Web (JS and WASM). An additional library is available for
AndroidX Glance (Android App Widgets / WearOS Tiles).

This library supports the [Compose Multiplatform Common resources API](https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-images-resources.html)
alongside platform-specific resources like resource IDs for Android, classpath resources for JVM...

# Setup

This library is (for now) only available in GitHub Packages.
Expand Down Expand Up @@ -49,7 +52,7 @@ dependencies {
<tr>
<th>Android</th>
<th>Desktop (JVM)</th>
<th>Web (JS)</th>
<th>Web (JS and WASM)</th>
</tr>
</thead>
<tbody>
Expand Down

0 comments on commit fadf800

Please sign in to comment.