This website requires JavaScript.
Explore
Help
Sign In
interesting
/
libui
Watch
1
Star
0
Fork
You've already forked libui
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
bd84da7179
libui
/
common
/
meson.build
8 lines
96 B
Meson
Raw
Normal View
History
Unescape
Escape
Implemented the cross-platform bits of uiInit().
2019-04-19 11:32:13 -05:00
# 23 march 2019
libui_sources
+
=
[
Renamed programmererror.c to errors.c so we can add internal errors (which used to be called implementation bugs).
2019-05-13 09:46:42 -05:00
'common/errors.c'
,
Started implementing events.
2019-05-15 21:40:06 -05:00
'common/events.c'
,
Implemented the cross-platform bits of uiInit().
2019-04-19 11:32:13 -05:00
'common/init.c'
,
]