14 lines
315 B
TOML
14 lines
315 B
TOML
[package]
|
|
name = "gpu-probe"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
# Standalone so this app-specific rig does not alter iris's workspace.
|
|
|
|
[dependencies]
|
|
# Match iris's wgpu version.
|
|
wgpu = "30.0.1"
|
|
pollster = "1.0.1"
|
|
# Raw Vulkan queries settle capabilities on which wgpu and `cmd gpu vkjson` disagree.
|
|
ash = "0.38"
|