[feat] unify with example, actually win for once

This commit is contained in:
mtgmonkey
2025-12-16 00:24:10 +01:00
parent 170685f6c8
commit 5a701a3632
8 changed files with 14166 additions and 34 deletions

View File

@@ -7,9 +7,11 @@
self,
...
}: let
version = "0.2.0";
package = {
mkDerivation,
base,
bindings-DSL,
gl,
lib,
libGL,
@@ -20,10 +22,11 @@
}:
mkDerivation {
pname = "hs-rgfw";
version = "0.1.0.0";
version = "0.2.0";
src = ./.;
libraryHaskellDepends = [
base
bindings-DSL
];
libraryPkgconfigDepends = [
gl