mirror of
https://github.com/EmbarkStudios/rust-gpu.git
synced 2024-11-22 14:56:27 +00:00
a14e3ec110
compiletests@0.4.0-alpha.6 compiletests-deps-helper@0.4.0-alpha.6 compute-shader@0.4.0-alpha.6 example-runner-ash@0.4.0-alpha.6 example-runner-cpu@0.4.0-alpha.6 example-runner-wgpu@0.4.0-alpha.6 mouse-shader@0.4.0-alpha.6 multibuilder@0.4.0-alpha.6 rustc_codegen_spirv@0.4.0-alpha.6 shared@0.4.0-alpha.6 simplest-shader@0.4.0-alpha.6 sky-shader@0.4.0-alpha.6 spirv-builder@0.4.0-alpha.6 spirv-std@0.4.0-alpha.6 spirv-std-macros@0.4.0-alpha.6 spirv-types@0.4.0-alpha.6 Generated by cargo-workspaces
17 lines
457 B
TOML
17 lines
457 B
TOML
[package]
|
|
name = "compiletests-deps-helper"
|
|
version = "0.4.0-alpha.6"
|
|
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 = ["const-generics"] }
|
|
|
|
[dependencies.glam]
|
|
version = "0.14"
|
|
default-features = false
|
|
features = ["libm", "scalar-math", "spirv-std"]
|