summaryrefslogtreecommitdiffstats
path: root/lib/efl.rb
blob: cd5a05e23299e2bbaf9210411d8b26489d2fed15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#! /usr/bin/env ruby
# -*- coding: UTF-8 -*-
#
#
module Efl
    VERSION = '0.0.1'
    autoload :Eet,   './lib/efl/eet.rb'
    autoload :Evas,  './lib/efl/evas.rb'
    autoload :Ecore, './lib/efl/ecore.rb'
    autoload :Edje,  './lib/efl/edje.rb'
    autoload :Elm,   './lib/efl/elementary.rb'
end
#
# EOF