Renamed vasm to vasm_core

This commit is contained in:
2022-06-06 23:08:55 -05:00
parent 80daca0584
commit f9902e39cf
14 changed files with 9 additions and 8 deletions
+1 -1
View File
@@ -7,4 +7,4 @@ edition = "2021"
[dependencies]
vcore = { path = "../vcore" }
vasm = { path = "../vasm" }
vasm = { path = "../vasm_core" }