basic functionality on Wayland and X11

This commit is contained in:
mtgmonkey
2025-12-11 18:15:32 +01:00
parent ab69702910
commit 8a16c6695e
16 changed files with 14299 additions and 190 deletions

27
CHANGELOG.md Normal file
View File

@@ -0,0 +1,27 @@
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Eventual]
### Added
- support for Windows
- support for actually doing anything
- autogen code
## 0.1.0.0 -- 2025-12-10
### Removed
- `main` function and its functionality
### Changed
- migrate to Cabal; Nix still works
- now a library
- build on Nix with `nix build`. object file is in `result/lib/hs-rgfw.so`
- build on other platforms with `cabal build` after installing dependencies.