wasm-pack fixes
All checks were successful
ci/woodpecker/push/tools-wasm-pack-plugin Pipeline was successful
ci/woodpecker/push/wasm-o-x-rust Pipeline was successful

This commit is contained in:
2022-08-07 16:53:21 +00:00
parent 0f952aef2f
commit 53ba27bd11
6 changed files with 26 additions and 11 deletions

View File

@@ -25,7 +25,7 @@ dependencies = [
[[package]]
name = "o-x-rust"
version = "0.0.1"
version = "0.0.2"
dependencies = [
"wasm-bindgen",
]

View File

@@ -3,9 +3,8 @@ name = "o-x-rust"
description = "Naughts and crosses WASM algorithms"
repository = "https://git.koval.net/cyclane/game-algorithms/src/branch/main/wasm/o-x-rust"
license = "GNU GPLv3"
license-file = "LICENSE"
readme = "README.md"
version = "0.0.1"
version = "0.0.2"
edition = "2021"
[lib]