blob: a4adc3da8f031f5b8cc0a99d95efee89c2dd526b [file] [log] [blame]
# Copyright 2022 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
[package]
edition = "2021"
name = "e2e_tests"
version = "0.1.0"
[dependencies]
forma = { path = "../forma", features = ["gpu"] }
image = "0.23"
wgpu = { git = "https://github.com/gfx-rs/wgpu", rev = "c226a10" }
pollster = "0.2"
once_cell = "1.12.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.81"
anyhow = "1.0.57"
base64 = "0.13.0"