utility_games 0.2.3

utils to make games and more
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.ggez]
optional = true
version = "0.6.0"

[dependencies.rand]
optional = true
version = "0.8.4"

[features]
interface = ["ggez"]
pos = ["ggez", "rand"]

[package]
description = "utils to make games and more"
edition = "2018"
license = "MIT OR Apache-2.0"
name = "utility_games"
version = "0.2.3"