We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77aef7f commit 56381dfCopy full SHA for 56381df
lvgl-sys/build/config.rs
@@ -105,7 +105,20 @@ pub struct LvConfig {
105
vsnprintf: String,
106
sprintf_use_float: bool,
107
use_user_data: bool,
108
-
+ enable_gc: bool,
109
+ gc_include: String,
110
+ big_endian_system: bool,
111
+ attribute_tick_inc: Option<String>,
112
+ attribute_timer_handler: Option<String>,
113
+ attribute_flush_ready: Option<String>,
114
+ attribute_mem_align_size: u32,
115
+ attribute_mem_align: Option<String>,
116
+ attribute_large_const: Option<String>,
117
+ attribute_large_ram_array: Option<String>,
118
+ attribute_fast_mem: Option<String>,
119
+ attribute_dma: Option<String>,
120
+ export_const_int: u8, //FIXME
121
+ use_large_coord: bool,
122
}
123
124
pub struct DrvConfig {
0 commit comments