CI: Fix testing for Windows DLL builds + fix broken DLL build. (#3603, #3601)

This commit is contained in:
Borislav Stanimirov
2020-11-18 22:05:52 +02:00
committed by ocornut
parent 2e64ee050d
commit fcc2b71724
3 changed files with 13 additions and 11 deletions

View File

@ -89,6 +89,7 @@ Other Changes:
- Backends: OSX: Fix keypad-enter key not working on MacOS. (#3554) [@rokups, @lfnoise]
- Examples: Apple+Metal: Consolidated/simplified to get closer to other examples. (#3543) [@warrenm]
- Examples: Apple+Metal: Forward events down so OS key combination like Cmd+Q can work. (#3554) [@rokups]
- CI: Fix testing for Windows DLL builds. (#3603, #3601) [@iboB]
- Docs: Split examples/README.txt into docs/BACKENDS.md and docs/EXAMPLES.md improved them.
- Docs: Consistently renamed all occurences of "binding" and "back-end" to "backend" in comments and docs.