feat: basic client

This commit is contained in:
Nova
2022-05-12 17:13:44 -04:00
parent a75fa63d6a
commit 888e60b8a2
6 changed files with 101 additions and 12 deletions

2
Cargo.lock generated
View File

@@ -149,6 +149,7 @@ dependencies = [
"flatbuffers",
"flexbuffers",
"mint",
"mio",
"nanoid",
"schemas",
"thiserror",
@@ -347,6 +348,7 @@ checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"
name = "stardust-xr"
version = "0.9.0"
dependencies = [
"anyhow",
"libstardustxr",
"mio",
"slab",