13 Commits

Author SHA1 Message Date
andromeda
8583f117cc fix error in README.md 2026-01-24 18:57:13 +01:00
andromeda
3d72958712 Merge branch 'master' into nix-err-date-not-found 2026-01-24 18:55:00 +01:00
andromeda
371d2b7f97 builds! 2026-01-24 18:49:56 +01:00
mtgmonkey
93bee37b83 key callbacks, tidy 2025-12-16 11:14:40 +01:00
mtgmonkey
d36bbad5a8 tidy up, submodule RGFW 2025-12-16 01:12:02 +01:00
mtgmonkey
5a701a3632 [feat] unify with example, actually win for once 2025-12-16 00:24:10 +01:00
mtgmonkey
170685f6c8 remove extra files 2025-12-11 23:03:15 +01:00
mtgmonkey
82961432f9 remove Wayland; couldn't figure out 2025-12-11 22:49:07 +01:00
mtgmonkey
15c587d65a remove assertion of Semantic Versioning - Cabal is annoying 2025-12-11 18:19:51 +01:00
mtgmonkey
7cfdb25174 fix typo in CHANGELOG.md 2025-12-11 18:17:08 +01:00
mtgmonkey
8a16c6695e basic functionality on Wayland and X11 2025-12-11 18:15:32 +01:00
mtgmonkey
ab69702910 add library as git submodule, wayland, window shows 2025-12-10 21:12:56 +01:00
mtgmonkey
5e2d2b89c8 init 2025-12-09 22:18:41 +01:00
2 changed files with 2 additions and 1 deletions

View File

@@ -1,2 +1,3 @@
`nix build` or `nix run` to build lib or run the example `nix build` or `nix run` to build lib or run the example
to do it manually, run `./generate.sh` to generate `lib/` before `cabal build` or `cabal run` to do it manually, run `./generate.sh` to generate `lib/` before `cabal build` or `cabal run`

View File

@@ -46,7 +46,7 @@
]; ];
preBuild = '' preBuild = ''
set -x set -x
export PATH=${hs-bindgen-cli}/bin:\$PATH export PATH=${hs-bindgen-cli}/bin:$PATH
./generate.sh ./generate.sh
set +x set +x
''; '';