This commit is contained in:
joachimschmidt557 2021-05-21 21:31:41 +08:00
parent 96ebad2dba
commit 630bdca1c1
No known key found for this signature in database
GPG key ID: E0B575BE2884ACC5

View file

@ -45,6 +45,7 @@ tar http://www.kernel.org/pub/linux/bluetooth/bluez-5.56.tar.xz bluez-5.56
tar http://www.netlib.org/misc/intel/IntelRDFPMathLib20U2.tar.gz IntelRDFPMathLib20U2 tar http://www.netlib.org/misc/intel/IntelRDFPMathLib20U2.tar.gz IntelRDFPMathLib20U2
tar https://xorg.freedesktop.org/archive/individual/app/igt-gpu-tools-1.25.tar.xz igt-gpu-tools-1.25 tar https://xorg.freedesktop.org/archive/individual/app/igt-gpu-tools-1.25.tar.xz igt-gpu-tools-1.25
tar https://xorg.freedesktop.org/archive/individual/app/igt-gpu-tools-1.26.tar.xz igt-gpu-tools-1.26 tar https://xorg.freedesktop.org/archive/individual/app/igt-gpu-tools-1.26.tar.xz igt-gpu-tools-1.26
tar https://ffmpeg.org/releases/ffmpeg-4.4.tar.xz ffmpeg-4.4
# Languages # Languages
@ -229,6 +230,7 @@ git https://github.com/mattnite/gyro gyro
git https://github.com/aeronavery/zig-toml zig-toml git https://github.com/aeronavery/zig-toml zig-toml
git https://github.com/zigimg/zigimg zigimg git https://github.com/zigimg/zigimg zigimg
git https://github.com/zigimg/test-suite zigimg-test-suite git https://github.com/zigimg/test-suite zigimg-test-suite
git https://github.com/heidezomp/dbus-zig dbus-zig
# My own projects # My own projects
git git@github.com:ziglibs/lscolors zig-lscolors git git@github.com:ziglibs/lscolors zig-lscolors