chore: formatting

This commit is contained in:
Gabriele Musco 2024-07-03 10:30:25 +02:00
commit fc47ffa881
No known key found for this signature in database
GPG key ID: 1068D795C80E51DE

View file

@ -20,7 +20,7 @@ fn basalt_deps() -> Vec<Dependency> {
(LinuxDistro::Fedora, "libglvnd-devel".into()), (LinuxDistro::Fedora, "libglvnd-devel".into()),
// WARN: can't find anything exact for alpine, mesa-dev offers // WARN: can't find anything exact for alpine, mesa-dev offers
// GL/gl.h hopefully that's the only one needed // GL/gl.h hopefully that's the only one needed
(LinuxDistro::Alpine, "mesa-dev".into()), (LinuxDistro::Alpine, "mesa-dev".into()),
]), ]),
}, },
Dependency { Dependency {