tweak_runner-0.1.0 is not a library.
Tweak Shader Runner
A simple demo application for the tweak shader library. It watches changes to a tweak shader file and displays errors as they arise. A few examples are available under tweak_shader_examples in the root directory.
The ui is powered by Egui.
Usage
runner --file <tweak_shader_file>
### Building
```bash
cargo build
and
To run the demo application.
if you want to use audio or video please follow then The runner application requires the ffmpeg library installed via the ffmpeg_next crate. Please see the platform specific build instructions for ffmpeg_next.
cargo build --features audio video