Use dummy platform for Redox OS
This commit is contained in:
parent
c97306d269
commit
9fc98bdd49
2 changed files with 5 additions and 3 deletions
|
|
@ -4,7 +4,8 @@
|
|||
target_os = "macos",
|
||||
target_os = "ios",
|
||||
target_os = "android",
|
||||
target_os = "emscripten"
|
||||
target_os = "emscripten",
|
||||
target_os = "redox"
|
||||
))
|
||||
))]
|
||||
#[path = "platform/linux.rs"]
|
||||
|
|
@ -33,7 +34,8 @@ mod platform;
|
|||
target_os = "macos",
|
||||
target_os = "ios",
|
||||
target_os = "android",
|
||||
target_os = "emscripten"
|
||||
target_os = "emscripten",
|
||||
target_os = "redox"
|
||||
))
|
||||
),
|
||||
target_os = "windows",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue