[package] name = "glulxe" description = "Bindings to the Glulxe interpreter for interactive fiction" version = "0.2.0" authors = ["mara "] edition = "2018" license = "MIT OR Apache-2.0" repository = "https://gitlab.com/vmedea/glulxe-rs" keywords = ["if", "glulx", "glk", "blorb"] readme = "README.md" [dependencies] glk-sys = "0.2" glulxe-sys = "0.2"