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
+9
View File
@@ -0,0 +1,9 @@
[package]
name = "vgfx"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
vcore = { path = "../vcore" }