mirror of https://github.com/buggins/dlangui.git
Add sdl configuration for example1
This commit is contained in:
parent
f4b28764b3
commit
6872d1ed01
|
@ -17,5 +17,16 @@
|
|||
|
||||
"dependencies": {
|
||||
"dlangui": {"path": "../../"}
|
||||
}
|
||||
},
|
||||
"configurations" : [
|
||||
{
|
||||
"name" : "default",
|
||||
},
|
||||
{
|
||||
"name" : "sdl",
|
||||
"subConfigurations" : {
|
||||
"dlangui" : "sdl"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue