refactor: try to use async dmabuf importing

Signed-off-by: Schmarni <marnistromer@gmail.com>
This commit is contained in:
Schmarni
2025-07-13 03:36:42 +02:00
parent c59198b4a2
commit 0ec465ac39
4 changed files with 63 additions and 89 deletions

View File

@@ -105,7 +105,8 @@ bevy_mod_xr = "0.3"
bevy_mod_openxr = "0.3"
# bevy_sk.git = "https://github.com/MalekiRe/bevy_sk"
bevy_sk = { git = "https://github.com/technobaboo/bevy_sk", branch = "stochastic" }
bevy-dmabuf = "0.1.0"
# bevy-dmabuf = "0.2.0"
bevy-dmabuf.path = "../bevy-dmabuf"
# bevy-mesh-text-3d.git = "https://github.com/terhechte/bevy-mesh-text-3d"
# use my fork until my pr to use minimal bevy features was merged