-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* WIP segfault debugging * Revert changes to glVertexAttribPointer * Remove reason-glfw dependency and example * Revert "Remove reason-glfw dependency and example" This reverts commit b81b946. * Remove rejection files * Add code for determining execution directory * Fix array dimension order * Add debugging logic and memoization for repro of a bug * Fix memory management in caml_fk_load_glyph * Remove debuging aids * Remove esy link * Resolve reason-glfw with unreleased version for now * Fixes to JS bindings, part 1 * Merge master -> glyph-atlas-preparations (#23) * API: Add 'fk_get_metrics' API (#20) Add 'fk_get_metrics' API * 2.1.0 * Upgrade reason-glfw -> 3.2.1015 (#21) * Use hb_blob_create_from_file for mmap file reading (#19) Not tested locally however. * 2.2.0 * Add /opt/local/lib to link path (#22) * 2.2.1 * Update fontkit.cpp * Bring back iSize * Debugging * Get working on Windows * Add bitmap back * Pick up published reason-glfw dependency * Update lockfile * Fix missed merge conflict
- Loading branch information
Showing
58 changed files
with
3,544 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -64,4 +64,3 @@ typings/ | |
.merlin | ||
esy.lock.json | ||
_esy/ | ||
_build/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
|
||
# Set eol to LF so files aren't converted to CRLF-eol on Windows. | ||
* text eol=lf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
|
||
# Reset any possible .gitignore, we want all esy.lock to be un-ignored. | ||
!* |
Oops, something went wrong.