0.1.0-0-pre.9
This commit is contained in:
38
history/0.1.0/0-pre.8.md
Normal file
38
history/0.1.0/0-pre.8.md
Normal file
@@ -0,0 +1,38 @@
|
||||
<!-- file: history/0.1.0/0-pre.8.md -->
|
||||
<!-- version: 1 -->
|
||||
|
||||
# Historique 0.1.0-0-pre.8
|
||||
|
||||
## Statut
|
||||
|
||||
Validé par l'utilisateur le 2026-09-16.
|
||||
|
||||
## Gates validées
|
||||
|
||||
Après `cargo clean` :
|
||||
|
||||
- `cargo fmt --all` ;
|
||||
- `cargo fmt --all -- --check` ;
|
||||
- audits Rust/workspace et Markdown ;
|
||||
- `cargo check --workspace` ;
|
||||
- Clippy global strict ;
|
||||
- tests ciblés `engine-v1-common`, `engine-v1-sdl` et `game-android-entrypoint` ;
|
||||
- builds Rust Android Reflex et Snake ;
|
||||
- builds APK Reflex et Snake.
|
||||
|
||||
## Vérification native
|
||||
|
||||
`readelf -Ws` confirme dans les deux bibliothèques Android :
|
||||
|
||||
```text
|
||||
SDL_main
|
||||
Java_com_sasedev_games_common_NativeBridge_nativeContractVersion
|
||||
```
|
||||
|
||||
## Limite
|
||||
|
||||
Aucun appareil ou émulateur n'était attaché à `adb` ; le smoke runtime Android reste donc non exécuté.
|
||||
|
||||
## Portée durable
|
||||
|
||||
Ce jalon valide `PointerState`, le mapping tactile SDL3, le contrat Java/JNI V1 et son export natif dans les deux applications.
|
||||
Reference in New Issue
Block a user