From b2504f922c56a7ff55352474d4db1d3a428b746b Mon Sep 17 00:00:00 2001 From: Schmarni Date: Thu, 22 Feb 2024 11:40:16 +0100 Subject: [PATCH] remove recommendations from README since ndk was fixed upstream and the bevy_pbr fork is out of date --- README.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/README.md b/README.md index 44440e3..e058885 100644 --- a/README.md +++ b/README.md @@ -14,14 +14,3 @@ https://discord.gg/M5UTBsjN - Make sure, if you're on Linux, that you have the `openxr` package installed on your system. - I'm getting poor performance. - Like other bevy projects, make sure you're building in release (example: `cargo run --example xr --release`) - -## Recommendations - -for now we recommend you to add the folowing to your root Cargo.toml -``` -[patch.crates-io] -ndk = { git = "https://github.com/Schmarni-Dev/ndk.git", branch = "070" } -ndk-sys = { package = "ndk-sys", git = "https://github.com/Schmarni-Dev/ndk.git", branch = "070" } -ndk-context = { package = "ndk-context", git = "https://github.com/Schmarni-Dev/ndk.git", branch = "070" } -bevy_pbr = { package = "bevy_pbr", git = "https://github.com/MalekiRe/bevy", branch = "release-0.12.1" } -```