add missing clippy

This commit is contained in:
Theis Pieter Hollebeek 2026-03-30 11:36:31 +02:00
parent a09d112e32
commit a67dafb4d9

View File

@ -1,3 +1,4 @@
FROM rust:alpine3.23
RUN rustup add clippy
RUN apk add --no-cache sdl3-dev