Added gfx crate

This commit is contained in:
2023-02-01 20:13:15 -06:00
parent 78d8457f75
commit 910e4b856b
9 changed files with 28 additions and 4 deletions
+1
View File
@@ -7,6 +7,7 @@ edition = "2021"
[dependencies]
vcore = { path = "../vcore" }
vgfx = { path = "../vgfx" }
vasm_core = { path = "../vasm_core" }
rand = "0.8.0"
winit = "0.26.1"