cocoa-xu / evision

Evision: An OpenCV-Erlang/Elixir binding
https://evision.app
Apache License 2.0
322 stars 22 forks source link

[erlang] Lower the required NIF version and simplify #230

Closed cocoa-xu closed 4 months ago

cocoa-xu commented 4 months ago

Erlang NIF should be backwards compatible so we can try to lower the required NIF version, say NIF 2.15, and we can simply do a NIF 2.15 release for all variants instead of releasing one for each NIF version. In this way, this library will be available to more users who're using old major versions of Erlang/OTP.

cocoa-xu commented 4 months ago

We can do this after addressing #210 which could bring less burden.