Add Redox/Orbital support

This commit is contained in:
Jeremy Soller 2022-12-07 11:27:36 -07:00
parent 939bcc44d8
commit 7351d68814
No known key found for this signature in database
GPG key ID: 87F211AF2BE4C2FE
4 changed files with 116 additions and 1 deletions

View file

@ -37,6 +37,9 @@ wasm-bindgen = "0.2.78"
version = "0.3.55"
features = ["CanvasRenderingContext2d", "Document", "Element", "HtmlCanvasElement", "ImageData", "Window"]
[target.'cfg(target_os = "redox")'.dependencies]
redox_syscall = "0.3"
[dev-dependencies]
instant = "0.1.12"
winit = "0.27.2"