mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 03:30:45 +00:00
haxePackages.heaps: init at 1.9.1
This commit is contained in:
parent
b1987d7752
commit
411074a6ef
|
@ -66,6 +66,13 @@ let
|
|||
meta.description = "A Haxe Library for supporting different file formats";
|
||||
};
|
||||
|
||||
heaps = buildHaxeLib {
|
||||
libname = "heaps";
|
||||
version = "1.9.1";
|
||||
sha256 = "sha256-i5EIKnph80eEEHvGXDXhIL4t4+RW7OcUV5zb2f3ItlI=";
|
||||
meta.description = "The GPU Game Framework";
|
||||
};
|
||||
|
||||
hlopenal = buildHaxeLib {
|
||||
libname = "hlopenal";
|
||||
version = "1.5.0";
|
||||
|
|
Loading…
Reference in a new issue