Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish Windows ARM library #2584

Open
rock3r opened this issue Dec 29, 2022 · 5 comments
Open

Publish Windows ARM library #2584

rock3r opened this issue Dec 29, 2022 · 5 comments
Assignees
Labels
desktop enhancement New feature or request windows

Comments

@rock3r
Copy link
Contributor

rock3r commented Dec 29, 2022

While Skiko supports Windows aarch64, currently Compose doesn't. It'd be great if a windows-arm64 version were published, too, fully supporting the Windows devices with an ARM SoC.

@igordmn
Copy link
Collaborator

igordmn commented Jan 2, 2023

Skiko with Windows ARM support is only available in Compose >= 1.3.0-..., which will be released soon

@igordmn igordmn closed this as completed Jan 2, 2023
@ArchangelX360
Copy link

ArchangelX360 commented Sep 25, 2023

@igordmn it seems that

val common = composeDependency("org.jetbrains.compose.desktop:desktop")
val linux_x64 = composeDependency("org.jetbrains.compose.desktop:desktop-jvm-linux-x64")
val linux_arm64 = composeDependency("org.jetbrains.compose.desktop:desktop-jvm-linux-arm64")
val windows_x64 = composeDependency("org.jetbrains.compose.desktop:desktop-jvm-windows-x64")
val macos_x64 = composeDependency("org.jetbrains.compose.desktop:desktop-jvm-macos-x64")
val macos_arm64 = composeDependency("org.jetbrains.compose.desktop:desktop-jvm-macos-arm64")
still does not support Windows ARM, is that expected?

@igordmn igordmn reopened this Sep 25, 2023
@igordmn
Copy link
Collaborator

igordmn commented Sep 25, 2023

It isn't expected, we are investigating this

@zacharee
Copy link

Has there been any progress on this? The Windows ARM64 target seems to still be missing in 1.6.0.

@igordmn
Copy link
Collaborator

igordmn commented Feb 29, 2024

We'll include them in the future, when we are sure that they work properly on Windows ARM.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
desktop enhancement New feature or request windows
Projects
None yet
Development

No branches or pull requests

5 participants