[package] name = "axosnake" version = "0.1.7" description = "a snake game written in rust with quicksilver" repository = "https://gitlab.com/nycex/axosnake" keywords = [ "game", "wasm" ] readme = "README.md" license = "MIT" authors = [ "nycex " ] edition = "2018" [dependencies] quicksilver = { version = "0.3.16", default-features = false, features = [ "fonts" ] } rand = "0.6.5" instant = { version = "0.1.1", features = [ "stdweb" ] } [badges] gitlab = { repository = "nycex/axosnake", branch = "master" }