We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 141d0b0 commit c79df63Copy full SHA for c79df63
1 file changed
pyproject.toml
@@ -202,6 +202,12 @@ before-all = "apk add xorg-server-dev libxcursor-dev libxi-dev libxinerama-dev l
202
[tool.cibuildwheel.windows]
203
skip = ["*win32"]
204
205
+#------------------------------------
206
+# android wheels
207
208
+# Android wheel support is experimental, and available in a separate branch (not officially supported at the moment)
209
+# See: https://github.com/pthom/imgui_bundle/tree/android-wheel
210
+# Related PR: https://github.com/pthom/imgui_bundle/pull/438
211
212
# ═══════════════════════════════════════════════════════════════════════════
213
# Custom Build Configurations
0 commit comments