diff options
author | Michel A. BEGUE <mab974@gmail.com> | 2020-01-25 09:22:44 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-01-25 09:22:44 +0700 |
commit | 898ad75504e170d1525d4ec569e44f06ca7585e0 (patch) | |
tree | 4501968be7bcbeae88e063a186ccd0ce88390239 /perl/perl-GooCanvas2/README | |
parent | 1333da16b279d06d2a6cd37bc43eeb966111063f (diff) |
perl/perl-GooCanvas2: Added (Perl binding for GooCanvas2 widget).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-GooCanvas2/README')
-rw-r--r-- | perl/perl-GooCanvas2/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/perl/perl-GooCanvas2/README b/perl/perl-GooCanvas2/README new file mode 100644 index 0000000000..e873e3e55d --- /dev/null +++ b/perl/perl-GooCanvas2/README @@ -0,0 +1,6 @@ +GooCanvas2 - Perl binding for GooCanvas2 widget using Glib::Object::Introspection + +GooCanvas2 is a new canvas widget for use with Gtk3 that uses the Cairo 2d library for drawing. +This is a simple and basic implementation of this wonderful Canvas widget. + +For more informations see https://wiki.gnome.org/action/show/Projects/GooCanvas |