1
0
Fork 0
forked from wry/wry

autocommit 2022-03-23 14:35:09 CET

This commit is contained in:
Julian Orth 2022-03-23 14:35:09 +01:00
parent 6597a57ad5
commit 63be47a9fb
24 changed files with 703 additions and 722 deletions

View file

@ -19,7 +19,7 @@ thiserror = "1.0.30"
ahash = "0.7.6"
log = "0.4.14"
env_logger = "0.9.0"
futures = "0.3.19"
futures-util = "0.3.19"
num-traits = "0.2.14"
num-derive = "0.3.3"
bitflags = "1.3.2"
@ -28,9 +28,8 @@ bstr = "0.2.17"
isnt = "0.1.0"
once_cell = "1.9.0"
rand = "0.8.4"
renderdoc = "0.10.1"
smallvec = { version = "1.8.0", features = ["const_generics", "const_new", "union"] }
backtrace = "0.3.64"
backtrace = { version = "0.3.64", optional = true }
byteorder = "1.4.3"
chrono = "0.4.19"
bincode = "2.0.0-beta.3"
@ -39,9 +38,7 @@ cairo-rs = { version = "0.15.1", features = ["png"] }
pango = { version = "0.15.2", features = ["v1_44"] }
jay-config = { path = "jay-config" }
default-config = { path = "default-config" }
x11rb = { version = "0.9.0", features = ["composite", "cursor"] }
pin-project = "1.0.10"
parking_lot = "0.12.0"
[build-dependencies]
repc = "0.1.1"
@ -52,4 +49,4 @@ bstr = "0.2.17"
opt-level = 3
[features]
rc_tracking = []
rc_tracking = ["backtrace"]