simple_snake_game 0.1.0

A simple Snake game implemented in Rust and WebAssembly
Documentation
[dependencies.js-sys]
version = "0.3.57"

[dependencies.wasm-bindgen]
version = "0.2.80"

[dependencies.web-sys]
features = ["Document", "Element", "HtmlElement", "Window", "console", "CssStyleDeclaration", "HtmlDivElement", "KeyboardEvent"]
version = "0.3.57"

[lib]
crate-type = ["cdylib", "rlib"]
name = "simple_snake_game"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A simple Snake game implemented in Rust and WebAssembly"
edition = "2021"
license = "MIT"
name = "simple_snake_game"
readme = "README.md"
repository = "https://github.com/kenkomu/snake_lib"
version = "0.1.0"