vugu / vugu

Vugu: A modern UI library for Go+WebAssembly (experimental)
https://www.vugu.org
MIT License
4.8k stars 175 forks source link

Update the vugu dependency from a pseudo version to v0.3.5 #286

Open owenwaller opened 1 week ago

owenwaller commented 1 week ago

Upgrade the vugu dependency from a pseudo version to v0.3.5 V0.3.5 is the release prior to v0.4.0. Then use a replace directive to replace

github.com/vugu/vugu => ../../

So that when the test then builds uses the local source code.

This change still fails on Github Actions. See:

https://github.com/owenwaller/vugu/actions/runs/9399018030