[package] name = "snowplay" description = "Idiomatic Rust interface to Snowplay, the game engine used in Stormgate, a game by Frost Giant Studios." authors = ["Victor Nordam Suadicani"] repository = "https://github.com/Victor-N-Suadicani/snowplay/snowplay" license = "MIT OR Apache-2.0" categories = ["api-bindings", "game-development", "wasm"] keywords = ["api", "wasm", "gamedev"] version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] # Lower-level bindings to Snowplay. snowplay_sys = "0.1.0"