Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
nia-e committed May 2, 2023
1 parent 77aef7f commit 56381df
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion lvgl-sys/build/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,20 @@ pub struct LvConfig {
vsnprintf: String,
sprintf_use_float: bool,
use_user_data: bool,

enable_gc: bool,
gc_include: String,
big_endian_system: bool,
attribute_tick_inc: Option<String>,
attribute_timer_handler: Option<String>,
attribute_flush_ready: Option<String>,
attribute_mem_align_size: u32,
attribute_mem_align: Option<String>,
attribute_large_const: Option<String>,
attribute_large_ram_array: Option<String>,
attribute_fast_mem: Option<String>,
attribute_dma: Option<String>,
export_const_int: u8, //FIXME
use_large_coord: bool,
}

pub struct DrvConfig {
Expand Down

0 comments on commit 56381df

Please sign in to comment.