1 { buildPythonPackage, fetchPypi, lib }:
3 buildPythonPackage rec {
10 hash = "sha256-P7ANv+x65t2+ugTiFUf2fzzPx5X8NFYkUM8/K7Gf28c=";
14 description = "Multi-Language Vulkan/GL/GLES/EGL/GLX/WGL Loader-Generator based on the official specs";
16 homepage = "https://github.com/Dav1dde/glad";
17 license = licenses.mit;
18 maintainers = with maintainers; [ ];