intégration execution example

This commit is contained in:
jerome
2026-07-03 14:07:44 +02:00
parent f66519eeab
commit f46209a43c
3 changed files with 67 additions and 2 deletions
+3
View File
@@ -6,3 +6,6 @@ edition = "2024"
[dependencies]
# On pointe vers le chemin relatif de la librairie
wsg-lib = { path = "../lib" }
pollster = "0.4.0"
tokio = { version = "1", features = ["rt-multi-thread"] }
winit = "0.30"