Update bling-dev-1.rockspec (#213)
Added `bling.helpers.icon_theme` to rock_spec.
This commit is contained in:
parent
401985a327
commit
01944af235
|
@ -31,6 +31,7 @@ build = {
|
||||||
["bling.helpers.filesystem"] = "helpers/filesystem.lua",
|
["bling.helpers.filesystem"] = "helpers/filesystem.lua",
|
||||||
["bling.helpers.shape"] = "helpers/shape.lua",
|
["bling.helpers.shape"] = "helpers/shape.lua",
|
||||||
["bling.helpers.time"] = "helpers/time.lua",
|
["bling.helpers.time"] = "helpers/time.lua",
|
||||||
|
["bling.helpers.icon_theme"] = "helpers/icon_theme.lua",
|
||||||
["bling.layout"] = "layout/init.lua",
|
["bling.layout"] = "layout/init.lua",
|
||||||
["bling.layout.centered"] = "layout/centered.lua",
|
["bling.layout.centered"] = "layout/centered.lua",
|
||||||
["bling.layout.deck"] = "layout/deck.lua",
|
["bling.layout.deck"] = "layout/deck.lua",
|
||||||
|
|
Loading…
Reference in New Issue