1
0
Fork 0
forked from wry/wry

autocommit 2022-02-19 19:41:18 CET

This commit is contained in:
Julian Orth 2022-02-19 19:41:18 +01:00
parent bb0468feea
commit ae66acef73
32 changed files with 880 additions and 164 deletions

View file

@ -35,7 +35,10 @@ smallvec = { version = "1.8.0", features = ["const_generics", "const_new", "unio
backtrace = "0.3.64"
byteorder = "1.4.3"
chrono = "0.4.19"
bincode = "2.0.0-beta.2"
bincode = "2.0.0-beta.3"
pangocairo = "0.15.1"
cairo-rs = { version = "0.15.1", features = ["png"] }
pango = { version = "0.15.2", features = ["v1_44"] }
i4config = { path = "i4config" }
default-config = { path = "default-config" }