stevenkhan commited on
Commit
fb59ae3
·
verified ·
1 Parent(s): 37cfbbb

Upload spectral-render/Cargo.toml

Browse files
Files changed (1) hide show
  1. spectral-render/Cargo.toml +15 -0
spectral-render/Cargo.toml ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [package]
2
+ name = "spectral-render"
3
+ version = "0.1.0"
4
+ edition = "2021"
5
+
6
+ [dependencies]
7
+ spectral-core = { path = "../spectral-core" }
8
+ spectral-font = { path = "../spectral-font" }
9
+
10
+ wgpu = "23"
11
+ bytemuck = { version = "1.18", features = ["derive"] }
12
+ glam = "0.29"
13
+ log = "0.4"
14
+ indexmap = "2.7"
15
+ winit = "0.30"