add build script to auto download khronos loader for android

Signed-off-by: Schmarni <marnistromer@gmail.com>
This commit is contained in:
Schmarni
2024-07-28 01:58:08 +02:00
parent 2e1a25f6e4
commit cfdb6189ac
2 changed files with 40 additions and 0 deletions

View File

@@ -11,6 +11,10 @@ bevy_mod_openxr.path = "../.."
bevy = { workspace = true, default-features = true }
bevy_xr_utils.path = "../../../bevy_xr_utils"
[build-dependencies]
reqwest = { version = "0.12", features = ["blocking"] }
zip = "2.1"
[lib]
name = "bevy_openxr_android"