mirror of https://github.com/buggins/dlangui.git
dom render
This commit is contained in:
parent
63d052b782
commit
06c3b7b735
|
@ -773,6 +773,7 @@
|
||||||
<Folder name="graphics">
|
<Folder name="graphics">
|
||||||
<Folder name="domrender">
|
<Folder name="domrender">
|
||||||
<File path="src\dlangui\graphics\domrender\renderblock.d" />
|
<File path="src\dlangui\graphics\domrender\renderblock.d" />
|
||||||
|
<File path="src\dlangui\graphics\domrender\domrender.d" />
|
||||||
</Folder>
|
</Folder>
|
||||||
<Folder name="scene">
|
<Folder name="scene">
|
||||||
<File path="src\dlangui\graphics\scene\camera.d" />
|
<File path="src\dlangui\graphics\scene\camera.d" />
|
||||||
|
@ -793,7 +794,6 @@
|
||||||
<File path="src\dlangui\graphics\xpm\xpmcolors.d" />
|
<File path="src\dlangui\graphics\xpm\xpmcolors.d" />
|
||||||
</Folder>
|
</Folder>
|
||||||
<File path="src\dlangui\graphics\colors.d" />
|
<File path="src\dlangui\graphics\colors.d" />
|
||||||
<File path="src\dlangui\graphics\domrender.d" />
|
|
||||||
<File path="src\dlangui\graphics\drawbuf.d" />
|
<File path="src\dlangui\graphics\drawbuf.d" />
|
||||||
<File path="src\dlangui\graphics\fonts.d" />
|
<File path="src\dlangui\graphics\fonts.d" />
|
||||||
<File path="src\dlangui\graphics\ftfonts.d" />
|
<File path="src\dlangui\graphics\ftfonts.d" />
|
||||||
|
|
|
@ -15,4 +15,4 @@ Copyright: Vadim Lopatin, 2015
|
||||||
License: Boost License 1.0
|
License: Boost License 1.0
|
||||||
Authors: Vadim Lopatin, coolreader.org@gmail.com
|
Authors: Vadim Lopatin, coolreader.org@gmail.com
|
||||||
*/
|
*/
|
||||||
module dlangui.graphics.domrender;
|
module dlangui.graphics.domrender.domrender;
|
Loading…
Reference in New Issue