HugoGranstrom / nimiSlides

A Reveal.js theme for nimib for making slideshow presentations in Nim
https://hugogranstrom.com/nimiSlides
MIT License
80 stars 6 forks source link

add converter from new default set type #34

Closed HugoGranstrom closed 1 year ago

HugoGranstrom commented 1 year ago

In Nim 2.0 the default set type ({1, 2, 3}) changed from set[range[0..65535]] to set[range[0..255]]. This PR adds a converter so that both types are allowed.

Also run tests on 1.6.x, stable and devel.