mirror of https://github.com/buggins/dlangui.git
20 lines
532 B
D
20 lines
532 B
D
/**
|
|
* Icon Theme Specification implementation.
|
|
*
|
|
* Authors:
|
|
* $(LINK2 https://github.com/FreeSlave, Roman Chistokhodov)
|
|
* Copyright:
|
|
* Roman Chistokhodov, 2015-2016
|
|
* License:
|
|
* $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
|
|
* See_Also:
|
|
* $(LINK2 http://standards.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html, Icon Theme Specification)
|
|
*/
|
|
|
|
module icontheme;
|
|
|
|
public import icontheme.file;
|
|
public import icontheme.lookup;
|
|
public import icontheme.cache;
|
|
public import icontheme.paths;
|