Skip to content

Added ability to hide imgui via commandline argument #10

Added ability to hide imgui via commandline argument

Added ability to hide imgui via commandline argument #10

Workflow file for this run

name: Ruff
on:
push:
branches: [ "dev" ]
pull_request:
branches: [ "dev", "main" ]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1