mirror of
https://github.com/bspeice/speice.io
synced 2024-11-05 09:38:09 -05:00
Don't use Roboto font from Google
This commit is contained in:
parent
47e6f557a5
commit
896ae41f57
@ -88,7 +88,7 @@ try using Electron and WASM at the moment, and I think that's the more important
|
|||||||
- yew doesn't require wasm_bindgen, but doesn't link via webpack (env module) - think this is a stdweb issue
|
- yew doesn't require wasm_bindgen, but doesn't link via webpack (env module) - think this is a stdweb issue
|
||||||
- Electron forces us to deal with MIME types - open webpack issue
|
- Electron forces us to deal with MIME types - open webpack issue
|
||||||
- Incompatible low-level utilities - js-sys exists, but very fragmented with web-sys, stdweb, percy-webapis
|
- Incompatible low-level utilities - js-sys exists, but very fragmented with web-sys, stdweb, percy-webapis
|
||||||
- Keeping wasm-bindgen-cli updated:
|
- Can't include Cargo.lock so wasm-bindgen-cli is updated:
|
||||||
error: failed to extract wasm-bindgen custom sections
|
error: failed to extract wasm-bindgen custom sections
|
||||||
caused by:
|
caused by:
|
||||||
|
|
||||||
@ -115,6 +115,8 @@ try using Electron and WASM at the moment, and I think that's the more important
|
|||||||
error Command failed with exit code 1.
|
error Command failed with exit code 1.
|
||||||
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
|
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
|
||||||
|
|
||||||
|
- Things I didn't try: wasm-pack to publish to NPM or local registry and pull down from there, static file server in Electron
|
||||||
|
|
||||||
[wxwidgets]: https://wxwidgets.org/
|
[wxwidgets]: https://wxwidgets.org/
|
||||||
[libui-rs]: https://github.com/LeoTindall/libui-rs/
|
[libui-rs]: https://github.com/LeoTindall/libui-rs/
|
||||||
[electron]: https://electronjs.org/
|
[electron]: https://electronjs.org/
|
||||||
|
Loading…
Reference in New Issue
Block a user