Feat: tidy up the repo

This commit is contained in:
2026-02-26 23:45:03 +01:00
parent 0ecc4dae11
commit fb62b121c1
7 changed files with 7366 additions and 11 deletions

View File

@@ -0,0 +1,16 @@
FROM ghcr.io/cross-rs/x86_64-unknown-linux-gnu:main
RUN apt-get update && \
apt-get install -y --no-install-recommends \
cmake \
libclang-dev \
libasound2-dev \
libjack-dev \
libx11-dev \
libx11-xcb-dev \
libxcb-render0-dev \
libxcb-shape0-dev \
libxcb-xfixes0-dev \
libxkbcommon-dev \
libgl1-mesa-dev \
&& rm -rf /var/lib/apt/lists/*