You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A minimal libdragon-rs example in the form of a bare git repo can be found here. The reason I'm distributing the example like this is to properly use --recurse-submodules
Known std-only dependencies:
serde-transcode: Doesn't have proper feature passthrough to serde, nor an std feature itself
glob: No std feature toggle, since it uses std::fs as part of it's functionality. Made by The Rust Project Developers
The text was updated successfully, but these errors were encountered:
Attempted to add to a project made from sarchar/libdragon-rs-template (modified to use sarchar/libdragon-rs from a git submodule). Compilation fails.
A minimal libdragon-rs example in the form of a bare git repo can be found here. The reason I'm distributing the example like this is to properly use
--recurse-submodules
Known std-only dependencies:
serde-transcode
: Doesn't have proper feature passthrough to serde, nor anstd
feature itselfglob
: Nostd
feature toggle, since it usesstd::fs
as part of it's functionality. Made by The Rust Project DevelopersThe text was updated successfully, but these errors were encountered: