feat: stereokit basics

This commit is contained in:
Nova
2022-07-07 03:50:05 -04:00
parent 4237e0ca81
commit 4ebfb9eb80
2 changed files with 18 additions and 7 deletions

View File

@@ -25,4 +25,9 @@ slab = "0.4.6"
thiserror = "1.0.31"
[dependencies.libstardustxr]
path = "../libstardustxr-rs"
path = "../libstardustxr-rs"
[dependencies.stereokit-rs]
path = "../stereokit-rs"
default-features = false
features = ["linux-egl"]