tinyobjloader: expand platforms to all
This commit is contained in:
parent
1030d6406f
commit
29f5f8a98b
@ -21,6 +21,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Tiny but powerful single file wavefront obj loader";
|
description = "Tiny but powerful single file wavefront obj loader";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = [ maintainers.ivar ];
|
maintainers = [ maintainers.ivar ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user