aboutsummaryrefslogtreecommitdiff
path: root/flowy/Cargo.toml
blob: 3c9696b4f5b6309850c431777faf2cac27b7d648 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "flowy"
version = "0.1.0"
edition = "2021"

[dependencies]
wgpu = "0.18.0"
bytemuck = { version = "1.14.0", features = ["derive"] }
pollster = "0.3.0"
env_logger = "0.10.1"
log = "0.4.20"
oneshot = "0.1.6"
framework = { path = "../framework" }