feat: Start converting method calls to async

This commit is contained in:
Stephen Christie
2023-08-27 17:11:20 -04:00
parent b9603dc0a1
commit 5634729445
4 changed files with 70 additions and 193 deletions

View File

@@ -60,6 +60,8 @@ tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
global_counter = "0.2.2"
rand = "0.8.5"
atty = "0.2.14"
async-trait = "0.1.73"
async-recursion = "1.0.4"
[dependencies.stereokit]
default-features = false
@@ -87,7 +89,7 @@ optional = true
# path = "../stereokit-rs"
# [patch.crates-io.stereokit-sys]
# path = "../stereokit-sys"
# [patch.crates-io.stardust-xr]
# path = "../core/core"
[patch.crates-io.stardust-xr]
path = "../core/core"
# [patch.crates-io.stardust-xr-schemas]
# path = "../core/schemas"