Refactor, speed up debug builds by avoiding copy_framebuffer step

This commit is contained in:
2025-11-06 10:52:31 -08:00
parent f2e80a04b6
commit 48bd011b9e
3 changed files with 241 additions and 170 deletions
+1 -1
View File
@@ -5,6 +5,6 @@ edition = "2024"
[dependencies]
rply-codec = { path = "../codec" }
retro-rs = { version = "0.5.4", default-features=false, path = "../../retro-rs" }
retro-rs = { version = "0.5.5", default-features=false }
ffmpeg-next = "8.0.0"
ringbuf = "0.4.8"