trunnion / cargo-acap

A tool to build Rust programs for the AXIS Camera Application Platform
Apache License 2.0
11 stars 5 forks source link

`cargo acap` does not build with `target_vendor = "axis"` #10

Open apljungquist opened 1 year ago

apljungquist commented 1 year ago

As far as I can tell from reading the code and trying it out the following instructions from the readme do not work

cargo acap builds your application with target_vendor = "axis", enabling one source tree to support both on- and off-device usage via conditional compilation.

Is this actually a problem (or am I missing something)? If so, is it preferable to change the readme or the application?

I think having a convenient and well defined way to run different code on- and off-device is good.