cmyr / RustPlayground

Quickly test Rust code on macOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Windows support

Milo123459 opened this issue · comments

commented

This is not planned, although you are welcome to do a port!

commented

Iirc there is a swift for windows type thing?

swift the language may run on windows, but this project uses the AppKit SDK that is macOS only; a port would be a fairly substantial task, and would involve reimplementing all of the macos-specific code (that is, everything in the RustPlayground directory) in this project for windows.

commented

Oh!