bitt 0.5.0

Bevy integration testing toolkit
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]

name = "bitt"

description = "Bevy integration testing toolkit"

repository = "https://github.com/haihala/Bevy-integration-testing-toolkit"

version = "0.5.0"

edition = "2021"

license = "MIT OR Apache-2.0"

readme = "../../README.md"



keywords = ["bevy", "testing"]



[dependencies]

bevy = { workspace = true }

serde_json = { workspace = true }

serde = { workspace = true }