astrelis-test-utils 0.2.4

Test utilities for Astrelis projects
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "astrelis-test-utils"
version = "0.2.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Test utilities for Astrelis projects"
readme = false
license = "MIT"
repository = "https://github.com/hxyulin/astrelis"

[features]
mock = []

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

[dependencies.parking_lot]
version = "0.12"

[dependencies.wgpu]
version = "=27.0.1"
features = ["wgsl"]