[package] name = "wasm2glulx-ffi" version = "0.1.0-alpha2" authors = ["Daniel Fox Franke "] edition = "2021" description = "Low-level bindings to the Wasm2Glulx API" license = "Apache-2.0 WITH LLVM-exception" repository = "https://github.com/dfoxfranke/bedquilt" keywords = ["glulx", "glk", "bedquilt", "wasm2glulx"] categories = ["wasm", "games"] [dependencies] bitflags = "2" num_enum = { version = "0.7", default-features = false } [package.metadata.docs.rs] targets = ["wasm32-unknown-unknown"]