Anut-py / h-raylib

Haskell bindings for raylib
https://hackage.haskell.org/package/h-raylib
Apache License 2.0
84 stars 14 forks source link

Add flag to disable lens support #60

Open naufalauddin opened 1 month ago

naufalauddin commented 1 month ago

Currently h-raylib is tied to the Edward Kmett's lens library which has quite big dependencies, giving flag for lens dependency allow others to use alternative such as microlens or optics.

I don't expect you to fully support other library, just a way to disable lens so people could roll out their own binding to lens alternatives.