tomassedovic / tcod-rs

Rust bindings for libtcod 1.6.3 (the Doryen library/roguelike toolkit)
Do What The F*ck You Want To Public License
229 stars 45 forks source link

Added Send to Offscreen #274

Closed BobG1983 closed 5 years ago

BobG1983 commented 5 years ago

Marked Offscreen as Send, this is probably not actually safe because libtcod is not threadsafe, but so far I've not found any problems. In the meantime this would allow Offscreen consoles to be used as resources in specs (like the Root console).