treeform / windy

Windowing library for Nim using OS native APIs.
MIT License
117 stars 16 forks source link

Compiler error without feature turned on #72

Closed creikey closed 2 years ago

creikey commented 2 years ago
win32\platform.nim(1348, 12) Error: startHttpRequest requires --threads:on option

Not sure if this can be configured per nimble library that it needs this feature to be used?

guzba commented 2 years ago

Hm, I guess that approach isn't going to work. Instead I'll just not include the code without --threads:on until I can ideally remove the requirement (have idea but not guaranteed).

Added to this PR:

https://github.com/treeform/windy/pull/71

guzba commented 2 years ago

This should be fixed now.