libui/examples
atmgnd b8cab5ce44 fix crt mutex unlock exception on exit
If you configure project with:
meson --buildtype=release --backend=vs2015 --buildtype=debug build
Then you can see there is an exception on exit, then reason is
same, see http://stackoverflow.com/a/34121629/3408572

Signed-off-by: atmgnd <atmgnd@outlook.com>
2021-05-14 12:52:03 +08:00
..
controlgallery Expanded the control gallery a bit further. 2016-06-17 11:34:42 -04:00
cpp-multithread fix crt mutex unlock exception on exit 2021-05-14 12:52:03 +08:00
datetime Fixed the datetime example 2018-05-13 13:00:42 -04:00
drawtext Removed the margins from the drawtext example. It looks better this way. 2018-03-18 15:39:44 -04:00
histogram Added a color well to the histogram example. 2016-05-15 21:02:35 -04:00
timer Add uiTimer() API and example 2018-04-16 17:28:12 -07:00
example.manifest And added compatibility manifests to the examples too. 2015-12-31 20:12:14 -05:00
example.static.manifest Fixed static linking on Windows. 2016-05-29 18:35:06 -04:00
meson.build Decided to just build everything by default and not have separate all or examples targets since we don't really have much control over what's a top-level target anyway (and ninja on its own == ninja all). Also set layout to flat by default, since it keeps everything together, which will lead to less surprising behavior on Windows and is more useful for our release packages. 2019-03-31 11:04:20 -04:00
resources.rc Fixed static linking on Windows. 2016-05-29 18:35:06 -04:00