Skip to content
This repository has been archived by the owner on Nov 12, 2023. It is now read-only.

Commit

Permalink
Implement and document all X11 requests (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
Antikyth authored Feb 3, 2023
2 parents a630355 + 045a2d5 commit 7b02bcd
Show file tree
Hide file tree
Showing 45 changed files with 14,548 additions and 603 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ members = [ "xrbk", "xrbk_macro" ]
[dependencies]
xrbk = { path = "./xrbk" } # (de)serialization
bitflags = "1.3" # bit masks - representations of masks
array-init = "2.1.0" # easy array initialization
thiserror = "1" # error handling
derive_more = "0.99" # derive more useful traits
xrbk_macro = { path = "./xrbk_macro" } # generation of XRB structures
Expand Down
Loading

0 comments on commit 7b02bcd

Please sign in to comment.