rust-gpu/tests/deps-helper/Cargo.toml
Ashley Hauck e1a000d408
Nuke const generics feature (#661)
* Nuke const generics feature

* Remove spirv(image_type) attribute
2021-06-15 09:19:23 +02:00

12 lines
336 B
TOML

[package]
name = "compiletests-deps-helper"
version = "0.4.0-alpha.9"
description = "Shared dependencies of all the compiletest tests"
authors = ["Embark <opensource@embark-studios.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
publish = false
[dependencies]
spirv-std = { path = "../../crates/spirv-std", features = ["glam"] }