floooh / sokol-nim

nim bindings for https://github.com/floooh/sokol
MIT License
76 stars 14 forks source link

Remote the to_Range() converter. #17

Closed floooh closed 2 years ago

floooh commented 2 years ago

This doesn't do what's expected in some situation (for instance with a slice as input), and in others it can create a range object that points to corrupted data (see: https://github.com/floooh/sokol-nim/issues/14#issuecomment-1167763464)

floooh commented 2 years ago

Fixed.