Skip to content

Commit

Permalink
lvgl: reexport sys crate
Browse files Browse the repository at this point in the history
  • Loading branch information
elrafoon authored and rafaelcaricio committed Jun 6, 2024
1 parent 45cafea commit 9829aef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lvgl/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
#![cfg_attr(feature = "nightly", feature(cfg_accessible))]
#![cfg_attr(feature = "nightly", feature(error_in_core))]

pub use lvgl_sys as sys;

#[macro_use]
extern crate bitflags;

Expand Down

0 comments on commit 9829aef

Please sign in to comment.