Repository and submodule setup
This commit is contained in:
commit
d3a54faff6
|
|
@ -0,0 +1,19 @@
|
|||
Debug/
|
||||
Release/
|
||||
Debug Library/
|
||||
Release Library/
|
||||
x86/
|
||||
x64/
|
||||
*.exe
|
||||
*.user
|
||||
*.sdf
|
||||
*.pdb
|
||||
*.ipdb
|
||||
*.iobj
|
||||
*.suo
|
||||
*.VC.opendb
|
||||
*.VC.db
|
||||
bin/*.lib
|
||||
output.png
|
||||
out/
|
||||
build/
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
[submodule "msdfgen"]
|
||||
path = msdfgen
|
||||
url = https://github.com/Chlumsky/msdfgen
|
||||
[submodule "artery-font-format"]
|
||||
path = artery-font-format
|
||||
url = https://github.com/Chlumsky/artery-font-format
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
|
||||
# Multi-channel signed distance field atlas generator
|
||||
|
||||
This is a utility for generating compact font atlases using [MSDFgen](https://github.com/Chlumsky/msdfgen).
|
||||
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 185eb7a3ab3913fa09173739de152935d3e4399e
|
||||
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 5427fe8f5a427e1baa1e6fb7d5d8cf938362765c
|
||||
Loading…
Reference in New Issue