mirror of
https://github.com/facebookexperimental/reverie.git
synced 2025-01-22 12:56:28 +00:00
add various crates to no_std universe
Summary: Enable various crates in no_std. These are all used in rivos firmware import for the MTIA v2 (Olympus) project. Reviewed By: dreiss Differential Revision: D62466811 fbshipit-source-id: 7fbc4c9756e6ae17ab46b0e0c3316c1d57d6c840
This commit is contained in:
parent
72fe26f25f
commit
eee9fb2840
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ iced-x86 = "1.17.0"
|
|||
lazy_static = "1.4"
|
||||
libc = "0.2.139"
|
||||
nix = "0.25"
|
||||
num-traits = "0.2.18"
|
||||
num-traits = { version = "0.2.18", default-features = false }
|
||||
paste = "1.0.14"
|
||||
perf-event-open-sys = "4.0"
|
||||
procfs = "0.15.1"
|
||||
|
|
Loading…
Reference in a new issue