Including stacker crate

This commit is contained in:
2022-05-01 19:10:12 -05:00
parent c3bd98b8c9
commit 2f457ea197
2 changed files with 25 additions and 1 deletions
+2 -1
View File
@@ -10,4 +10,5 @@ vcore = { path = "../vcore" }
vasm = { path = "../vasm" }
rand = "0.8.0"
winit = "0.26.1"
pixels = "0.9.0"
pixels = "0.9.0"
stacker = "0.1"