blob: 7c89ddec5fef681a7c178d1baaf6c215db0788ab [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 = "demo"
version = "0.1.0"
[dependencies]
bytemuck = "1.7"
clap = { version = "3.1", features = ["derive"] }
forma = { path = "../forma", features = ["gpu"] }
image = "0.23"
# Stick to nalgebra 0.25.4 until https://github.com/rust-analyzer/rust-analyzer/issues/8654 is fixed.
nalgebra = "0.25.4"
pixels = { git = "https://github.com/dragostis/pixels" }
pollster = "0.2"
rand = { version = "0.8", features = ["small_rng"] }
rive-rs = { path = "../rive-rs" }
svg = "0.5"
svgtypes = "0.4"
winit = "0.26"
wgpu = { git = "https://github.com/gfx-rs/wgpu", rev = "c226a10" }