bowling_score 1.2.1

bowling score app for Rust
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.bscore]
version = "1.2"

[package]
authors = ["nomissbowling <nomissbowling@yahoo.co.jp>"]
categories = ["game-development", "game-engines", "games"]
description = "bowling score app for Rust"
documentation = "https://docs.rs/bowling_score/"
edition = "2021"
homepage = "https://crates.io/crates/bowling_score"
keywords = ["bowling", "score", "bscore"]
license = "MIT"
name = "bowling_score"
readme = "README.md"
repository = "https://github.com/nomissbowling/bowling_score"
version = "1.2.1"