wgpu/tests
Kevin Reid 326ad03ce1 Move trace_dir/trace_path to a custom enum inside DeviceDescriptor.
This allows `wgpu` to not unconditionally depend on `std::path::Path`.
It’s also, in my opinion, more user-friendly, because the feature which
most users will not use (and is not currently functional) is now a
defaultable struct field instead of a required parameter.

The disadvantage is that `wgpu-types` now has to know about tracing.
2025-03-10 22:17:06 -04:00
..
compile-tests Make tests/compile_tests into tests/compile-tests 2025-02-23 14:06:34 -05:00
dependency-tests Turn dependency tests from xtask subcommand into #[test]s (#7220) 2025-02-27 05:22:08 +00:00
gpu-tests Move trace_dir/trace_path to a custom enum inside DeviceDescriptor. 2025-03-10 22:17:06 -04:00
src Move trace_dir/trace_path to a custom enum inside DeviceDescriptor. 2025-03-10 22:17:06 -04:00
validation-tests Move trace_dir/trace_path to a custom enum inside DeviceDescriptor. 2025-03-10 22:17:06 -04:00
Cargo.toml Turn dependency tests from xtask subcommand into #[test]s (#7220) 2025-02-27 05:22:08 +00:00