Rework so project has a license, more natural crate structure, dedicated examples folder, less confusing lib heirarchy
This commit is contained in:
parent
0c503a549a
commit
994d31ac3f
21 changed files with 85 additions and 115 deletions
|
|
@ -1,27 +0,0 @@
|
|||
{
|
||||
"window": {
|
||||
"backgroundColor": {"r": 35, "g": 108, "b": 218},
|
||||
"defaultWidth": 800,
|
||||
"defaultHeight": 600
|
||||
},
|
||||
|
||||
"root": {
|
||||
"backgroundColor": {"r": 35, "g": 108, "b": 218}
|
||||
},
|
||||
|
||||
"sidebar": {
|
||||
"backgroundColor": {"r": 5, "g": 5, "b": 5},
|
||||
"width": 200,
|
||||
"top": "root.top",
|
||||
"left": "root.left",
|
||||
"bottom": "root.bottom"
|
||||
},
|
||||
|
||||
"content": {
|
||||
"backgroundColor": {"r": 35, "g": 108, "b": 218},
|
||||
"top": "root.top",
|
||||
"left": "sidebar.right",
|
||||
"right": "root.right",
|
||||
"bottom": "root.bottom"
|
||||
}
|
||||
}
|
||||
Reference in a new issue