Use dummy platform for Redox OS

This commit is contained in:
Jeremy Soller 2023-01-11 09:28:47 -07:00
parent c97306d269
commit 9fc98bdd49
2 changed files with 5 additions and 3 deletions

View file

@ -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",