Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 144 Bytes

ADDING_NEW_PLATFORMS.md

File metadata and controls

8 lines (6 loc) · 144 Bytes

To get the target_os etc:

rustc --print cfg

In src/lib.rs add the matching based on the cfg data.

Create src/<new_platform>.