grid
This commit is contained in:
parent
d7a45e436c
commit
7bbb107c5e
4 changed files with 97 additions and 3 deletions
15
examples/HelloGrid/project.json
Normal file
15
examples/HelloGrid/project.json
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"name": "crafter-graphics",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "executable",
|
||||
"implementations": ["main"],
|
||||
"dependencies": [
|
||||
{
|
||||
"path":"../../project.json",
|
||||
"configuration":"lib-wayland"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue