file decoding works

This commit is contained in:
Rhys Tumelty
2026-08-23 21:50:09 +01:00
parent 27693a8fbf
commit dacbb2e043
11 changed files with 371 additions and 148 deletions

View File

@@ -13,6 +13,13 @@
clang
python3
godot
pkg-config
];
buildInputs = with pkgs; [
vulkan-loader
vulkan-headers
ffmpeg
];
shellHook = ''