mirror of
https://github.com/EmbarkStudios/rust-gpu.git
synced 2024-11-22 06:45:13 +00:00
e1a000d408
* Nuke const generics feature * Remove spirv(image_type) attribute
12 lines
336 B
TOML
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"] }
|