diff options
Diffstat (limited to 'flowy/Cargo.toml')
-rw-r--r-- | flowy/Cargo.toml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/flowy/Cargo.toml b/flowy/Cargo.toml index c51d957..3c9696b 100644 --- a/flowy/Cargo.toml +++ b/flowy/Cargo.toml @@ -5,10 +5,9 @@ edition = "2021" [dependencies] wgpu = "0.18.0" -bytemuck = "1.14.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" } - |