#Disable building a cargo project for specific cargo targets?
7 messages · Page 1 of 1 (latest)
that is likely a good idea
another option is to keep what you have except to get rid of the workspace
the disadvantage of this is that you can only use cargo commands on one package at a time
https://github.com/emilk/eframe_template has wasm32 and not wasm32 in the same project
It uses a conditional compilation in main.rs
To choose the implementation code