Skip to content

Commit c79df63

Browse files
committed
pyproject: add note / android-wheel branch
cf #438
1 parent 141d0b0 commit c79df63

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,12 @@ before-all = "apk add xorg-server-dev libxcursor-dev libxi-dev libxinerama-dev l
202202
[tool.cibuildwheel.windows]
203203
skip = ["*win32"]
204204

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
205211

206212
# ═══════════════════════════════════════════════════════════════════════════
207213
# Custom Build Configurations

0 commit comments

Comments
 (0)