autocommit 2022-01-31 23:45:42 CET
This commit is contained in:
parent
865d5f295d
commit
f2117256b9
33 changed files with 784 additions and 178 deletions
|
|
@ -20,7 +20,7 @@ num-traits = "0.2.14"
|
|||
num-derive = "0.3.3"
|
||||
bitflags = "1.3.2"
|
||||
xcb-dl = "0.2.0"
|
||||
xcb-dl-util = { version = "0.2.0", features = ["xcb_shm", "xcb_xinput", "xcb_xkb", "xcb_dri3", "xcb_present"]}
|
||||
xcb-dl-util = { version = "0.2.0", features = ["xcb_shm", "xcb_xinput", "xcb_xkb", "xcb_dri3", "xcb_present", "xcb_render"]}
|
||||
libloading = "0.7.2"
|
||||
bstr = "0.2.17"
|
||||
isnt = "0.1.0"
|
||||
|
|
@ -28,6 +28,7 @@ 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"
|
||||
|
||||
[build-dependencies]
|
||||
repc = "0.1.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue