SecondHalfGames / yakui

yakui is a declarative Rust UI library for games
Apache License 2.0
237 stars 21 forks source link

added copy/clone to Vertex #49

Closed sanbox-irl closed 2 years ago

coderedart commented 2 years ago

shouldn't it also have repr(C) ?

sanbox-irl commented 2 years ago

@coderedart @LPGhatguy and i talked it over in dms. he was against repr(C) since he wants to force people to commit to making their own type for now