coderedart / luaegui

rust mlua bindings for egui
20 stars 0 forks source link

update vector3 to vector4 #6

Open coderedart opened 1 year ago

coderedart commented 1 year ago

mlua's latest master branch contains a feature for lua-vector4. This will allow us to use the vector4 type for Rect, Color32 etc.. to improve performance and ergonomics for bindings.