Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mergui updated #1

Closed
lenscas opened this issue Nov 28, 2020 · 6 comments
Closed

Mergui updated #1

lenscas opened this issue Nov 28, 2020 · 6 comments
Assignees
Labels
enhancement New feature or request

Comments

@lenscas
Copy link

lenscas commented Nov 28, 2020

It looked like you wanted to use Mergui with the latest version of quicksilver. I updated Mergui to target the latest quicksilver so it should be easier now. Just put

mergui = "0.1.0-alpha0.8"

in the Cargo.toml file.

I did the same for silver_animation. To use it, put

silver_animation = "0.1"

in the Cargo.toml file.

The update(s) don't contain any other changes.

@systemraen
Copy link
Owner

Awesome thanks @lenscas. Will look into updating :)

@systemraen systemraen self-assigned this Nov 28, 2020
@systemraen systemraen added the enhancement New feature or request label Nov 28, 2020
@lenscas
Copy link
Author

lenscas commented Nov 28, 2020

One warning though: The CI seems to have broken on those 2 repo's. They where also not setup to work with wasm-bindgen (I never used that) and std-web seems to have broken in one of quicksilvers dependencies.

So, though everything should still work, and I can see that locally native builds still do its hard to verify. Either way, if you run into issues just let me know and I'll see what I can do :)

@systemraen
Copy link
Owner

Hmm okay. I was hoping to target wasm. Any idea how much work would be involved with setting that up?

@lenscas
Copy link
Author

lenscas commented Nov 28, 2020

you can still target wasm. Just seems that std-web isn't working out of the box anymore. Wasm-bindgen should still work, but as I already said I never used it. The plan was to move to wasm-bindgen in quicksilver anyway (ryanisaacg/quicksilver#653) and as std-web is both less popular and doesn't seem to get updates I would recommend to use that.

I doubt that either Mergui or Silver_animation have problems with wasm-bindgen. The stdweb feature they both have just enables the quicksilver one. At the time when I wrote the CI for them I didn't know you could enable a feature in a dependency through the command line, so that is why they exist.

@systemraen
Copy link
Owner

systemraen commented Nov 28, 2020 via email

@systemraen
Copy link
Owner

Going to be trying mergui with my next project. Want to keep the dependencies down on this one

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants