makepad/tools/cargo_makepad/src
andodeki b9a083c26f fix(android): bundle robius secondary dex + wrap app_main binaries
- bundle_crate_secondary_dex: merge OUT_DIR/classes.dex from dependency
  build scripts (robius-sms/trigger/ussd javac+d8 Java for manifest
  receivers/services) into the APK as classesN.dex. Without it the
  manifest declares BootReceiver/SmsReceiver/AccessibilityService that
  are missing at runtime (ClassNotFoundException on boot).
- has_explicit_lib_target: a crate with src/main.rs containing app_main!
  is an app, not a lib — generate the android wrapper ([lib] path =
  src/main.rs) so the JNI entry (activityOnCreate) is linked. Fixes
  UnsatisfiedLinkError for app crates that also ship src/lib.rs.
2026-09-10 16:26:35 +03:00
..
android fix(android): bundle robius secondary dex + wrap app_main binaries 2026-09-10 16:26:35 +03:00
apple cargo-makepad: fonts packaged from the app's font manifest 2026-09-02 14:14:14 +02:00
check xr otw 2026-03-12 15:51:30 +01:00
open_harmony vulkan back 2026-03-15 13:20:49 +01:00
wasm map: touch gestures — one-finger pan and double-tap zoom, two-finger pinch zoom around the midpoint, rotate with a 5° dead zone, and a parallel vertical slide for tilt, one state machine native and web; the web page keeps browser pinch-zoom out (non-passive touch listeners, touch-action none, maximum-scale 1) 2026-09-03 21:58:36 +02:00
desktop.rs splash md for calculator 2026-05-27 07:39:41 +02:00
font_assets.rs cargo-makepad: fonts packaged from the app's font manifest 2026-09-02 14:14:14 +02:00
main.rs cargo-makepad: fonts packaged from the app's font manifest 2026-09-02 14:14:14 +02:00
server_manager.rs xr otw 2026-03-12 15:51:30 +01:00
shell.rs Initial commit 2025-05-06 10:11:37 +02:00
studio.rs mlx otw 2026-04-10 14:48:17 +02:00
tunnel.rs Land platform, studio, and widget infra from rik2. 2026-08-18 14:23:57 +02:00
utils.rs cargo-makepad wasm: package the bin target's wasm and create dirs before minifying 2026-09-02 10:53:12 +02:00