feat: intial commit

This commit is contained in:
Nova
2022-05-11 23:50:46 -04:00
commit a75fa63d6a
9 changed files with 900 additions and 0 deletions

11
Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
edition = "2018"
name = "stardust-xr"
version = "0.9.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
libstardustxr = {path = "../libstardustxr-rs"}
mio = {version = "0.8.3", features = ["net", "os-poll"]}
slab = "0.4.6"