eframe_template icon indicating copy to clipboard operation
eframe_template copied to clipboard

Add WASM target to the nix flake

Open FireFragment opened this issue 11 months ago • 0 comments

This makes trunk serve working out of the box through Nix and the nix develop command.

Before:

error[E0463]: can't find crate for `core`
  |
  = note: the `wasm32-unknown-unknown` target may not be installed
  = help: consider downloading the target with `rustup target add wasm32-unknown-unknown`

For more information about this error, try `rustc --explain E0463`.
error: could not compile `ttf-parser` (lib) due to 1 previous error

FireFragment avatar Jan 22 '25 20:01 FireFragment