Michael-48 / Iris

Iris is an Immediate mode GUI Library for Roblox, Based on Dear ImGui
https://michael-48.github.io/Iris/
MIT License
162 stars 26 forks source link

Iris 2.1.3 on wally is broken/incomplete #33

Closed Tazmondo closed 11 months ago

Tazmondo commented 1 year ago

The 2.1.3 version on Wally is broken. To get the module to work I had to specify the version with Iris = "michael-48/iris@=2.1.1" (since it's the version of the latest github release, I skipped 2.1.2)

This is not good at all since by default Wally will auto-update packages to the latest bug fix version (indicated by the last number of the version), so all wally installations will default to this broken version. I recommend just uploading a fixed package as 2.1.4.

Here's the contents of this version: image

Tazmondo commented 1 year ago

nevermind, 2.1.1 didn't work either. I'm not familiar with making wally packages, but I'm assuming it's because the "iris" folder needs to be itself a modulescript (using an init.lua), or needs to contain a project.json with a path to the modulescript.

image

parker02311 commented 12 months ago

Had the same issue, had to manually insert the rbxm file.

SirMallard commented 11 months ago

I'll link a possible PR which would fix this issue: #35

Michael-48 commented 11 months ago

35 has been merged to main now, this issue should be resolved. Im going to wait a day to close this issue, just in case something is amiss. Thank you for the report!