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

6
Cargo.lock generated
View File

@@ -591,9 +591,7 @@ dependencies = [
[[package]]
name = "bevy-dmabuf"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4af0a7897ed821f1e8fd5e1782711b8b54722f49a9398c9713f7f72ec2c5c0e"
version = "0.2.0"
dependencies = [
"ash",
"bevy",
@@ -4014,7 +4012,7 @@ version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77e878c846a8abae00dd069496dbe8751b16ac1c3d6bd2a7283a938e8228f90d"
dependencies = [
"proc-macro-crate 3.3.0",
"proc-macro-crate 1.3.1",
"proc-macro2",
"quote",
"syn 2.0.104",