1
0
Fork 0

[TUTO] Finish learn gpu

This commit is contained in:
Florian RICHER 2022-06-08 13:00:04 +02:00
parent 9fff11fb19
commit 79b61ea333
8 changed files with 554 additions and 342 deletions

View file

@ -2,10 +2,11 @@
name = "tuto1"
version = "0.1.0"
authors = ["Florian RICHER <florian.richer@unova.fr>"]
edition = "2018"
resolver = "2"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
engine_core = { path = "engine_core" }
engine_core = { path = "engine_core" }
simplelog = "0.12.0"
pollster = "0.2"