stevenkhan commited on
Commit
c1a4f78
·
verified ·
1 Parent(s): 8df383d

Upload spectral-font/Cargo.toml

Browse files
Files changed (1) hide show
  1. spectral-font/Cargo.toml +12 -0
spectral-font/Cargo.toml ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [package]
2
+ name = "spectral-font"
3
+ version = "0.1.0"
4
+ edition = "2021"
5
+
6
+ [dependencies]
7
+ ttf-parser = "0.25"
8
+ fontdue = "0.9"
9
+ indexmap = "2.7"
10
+ hashbrown = "0.15"
11
+ log = "0.4"
12
+ memmap2 = "0.9"