text example
This commit is contained in:
parent
d0cc3ad16a
commit
4b34eb3972
5 changed files with 82 additions and 369 deletions
17
examples/HelloText/project.json
Normal file
17
examples/HelloText/project.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"name": "crafter-graphics",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "executable",
|
||||
"implementations": ["main"],
|
||||
"dependencies": [
|
||||
{
|
||||
"path":"../../project.json",
|
||||
"configuration":"lib-wayland-debug"
|
||||
}
|
||||
],
|
||||
"debug": true,
|
||||
"additional_files": ["inter.ttf"]
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue