# {{ project_name }} ## How to run To run the automation project, use ``` cargo run --features "vulkan" ``` on Windows and Linux, and ``` cargo run --features "metal" ``` on macOS. For building without any graphics backend, you can use ``` cargo run --features "empty" ``` but be aware that as soon as you need any rendering you won't be able to run your automation project when using the `empty` feature.