From 84d7176c7142df859d4768d857e689ad715116ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Bousqui=C3=A9?= Date: Thu, 17 Sep 2026 13:21:26 +0200 Subject: [PATCH] =?UTF-8?q?docs:=20confirm=20=C3=89tape=207=20examples=20r?= =?UTF-8?q?an=20(simple,=20cube)=20without=20panic?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/DRAFT.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/DRAFT.md b/docs/DRAFT.md index d96b30e..7bc70c9 100644 --- a/docs/DRAFT.md +++ b/docs/DRAFT.md @@ -34,8 +34,8 @@ > le branchement dans `resumed`), exemples `cube`/`simple` migrés vers `register_shader` + > `add_material_shader` + `create_mesh` + `add_entity`, `manual` inchangé. Validation : `cargo build > --workspace --examples` 0 warning, `cargo test --workspace` vert (3 tests), `cargo doc --no-deps` -> 0 warning, `cargo fmt --all`. *(l'exécution fenêtrée `cargo run -p examples` n'a pas pu être relancée -> ici — à valider sur poste avec affichage)*. +> 0 warning, `cargo fmt --all` ; exécution fenêtrée `cargo run -p wsg-lib --example simple`/`cube` +> lancée (buffering, aucune panique). ---