mirror of
https://github.com/nicbarker/clay.git
synced 2026-02-06 12:48:49 +00:00
[Core] Fix a string hash bug with single characters (#384)
This commit is contained in:
parent
f88f0517f7
commit
b33ba4ff62
2 changed files with 3 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ FetchContent_MakeAvailable(fontstash)
|
|||
FetchContent_Declare(
|
||||
sokol
|
||||
GIT_REPOSITORY "https://github.com/floooh/sokol.git"
|
||||
GIT_TAG "da9de496f938b7575eff7f01ab774d77469bd390"
|
||||
GIT_TAG "master"
|
||||
GIT_PROGRESS TRUE
|
||||
GIT_SHALLOW TRUE
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue