Add Redox/Orbital support
This commit is contained in:
parent
939bcc44d8
commit
7351d68814
4 changed files with 116 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue