treeform / fidget

Figma based UI library for nim, with HTML and OpenGL backends.
MIT License
768 stars 33 forks source link

Minimal examples error out on compile #135

Closed nixfreak closed 3 years ago

nixfreak commented 3 years ago

nixfreak@chaosArch minimal]$ nim c -r minimal Hint: used config file '/home/nixfreak/.choosenim/toolchains/nim-1.4.2/config/nim.cfg' [Conf] Hint: used config file '/home/nixfreak/.choosenim/toolchains/nim-1.4.2/config/config.nims' [Conf] Hint: used config file '/home/nixfreak/nim/fidget/config.nims' [Conf] Hint: used config file '/home/nixfreak/nim/fidget/examples/config.nims' [Conf] ................................................. /home/nixfreak/.nimble/pkgs/flippy-0.4.5/flippy.nim(292, 58) Error: undeclared identifier: 'Rect'

treeform commented 3 years ago

I think you have an old version of fidget. We have switched to using pixie. Can you update?

treeform commented 3 years ago

You need to have bumpy at right version.

Feel free to reopen if you still have an issue after updating.