Skip to content

Commit

Permalink
Merge pull request #12 from xobs/add-xous-support
Browse files Browse the repository at this point in the history
os: add support for xous
  • Loading branch information
dylni committed Oct 28, 2022
2 parents 9c742f6 + 9d9cc9e commit 1131084
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/common/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ use std::os::solid as os;
use std::os::unix as os;
#[cfg(target_os = "wasi")]
use std::os::wasi as os;
#[cfg(target_os = "xous")]
use std::os::xous as os;

use os::ffi::OsStrExt;
use os::ffi::OsStringExt;
Expand Down

0 comments on commit 1131084

Please sign in to comment.