rantz_random 1.1.0

Mostly just a wrapper around fastrand for a bunch of types. Supports bevy and rantz_spatial2d.
Documentation
[[test]]
name = "weighted_table"
path = "tests/weighted_table.rs"
[dependencies.bevy]
default-features = false
optional = true
version = "0.14.0"

[dependencies.fastrand]
version = "2.1.0"

[dependencies.rantz_spatial2d]
optional = true
version = "3.0.0"

[features]
bevy = ["bevy/bevy_render"]
default = ["spatial2d", "bevy"]
spatial2d = ["rantz_spatial2d"]

[lib]
name = "rantz_random"
path = "src/lib.rs"

[package]
authors = ["Robert Gardner'"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["game-engines"]
description = "Mostly just a wrapper around fastrand for a bunch of types. Supports bevy and rantz_spatial2d."
edition = "2021"
homepage = "https://github.com/BobG1983/rantz_random"
keywords = ["gamedev", "bevy"]
license = "MIT OR Apache-2.0"
name = "rantz_random"
readme = "README.md"
repository = "https://github.com/BobG1983/rantz_random"
version = "1.1.0"