Skip to content

Commit

Permalink
Merge pull request #234 from mahkoh/jorth/ei
Browse files Browse the repository at this point in the history
ei: add support for libei
  • Loading branch information
mahkoh authored Jul 26, 2024
2 parents 6fff9be + 53ada31 commit 3eb539c
Show file tree
Hide file tree
Showing 89 changed files with 5,367 additions and 92 deletions.
2 changes: 2 additions & 0 deletions build/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ mod tokens;
mod vulkan;
mod wire;
mod wire_dbus;
mod wire_ei;
mod wire_xcon;

fn open(s: &str) -> io::Result<BufWriter<File>> {
Expand All @@ -46,6 +47,7 @@ fn open(s: &str) -> io::Result<BufWriter<File>> {

fn main() -> anyhow::Result<()> {
wire::main()?;
wire_ei::main()?;
wire_dbus::main()?;
wire_xcon::main()?;
enums::main()?;
Expand Down
Loading

0 comments on commit 3eb539c

Please sign in to comment.