[package]
name = "rantz_random"
version = "1.2.0"
authors = ["Robert Gardner'"]
edition = "2021"
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/BobG1983/rantz_random"
homepage = "https://github.com/BobG1983/rantz_random"
keywords = ["gamedev", "bevy"]
categories = ["game-engines"]
description = "Mostly just a wrapper around fastrand for a bunch of types. Supports bevy and rantz_spatial2d."
[dependencies]
fastrand = "2.1.0"
bevy_math = { version = "0.14.0", default-features = false, optional = true }
bevy_utils = { version = "0.14.0", optional = true }
bevy_color = { version = "0.14.1", optional = true }
[features]
default = ["bevy"]
bevy = ["dep:bevy_math", "dep:bevy_utils", "dep:bevy_color"]
[lints]
workspace = true