Skip to content

Commit

Permalink
Use new GIO bindings as dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
hugopl committed Apr 16, 2023
1 parent dfe9513 commit b4223f9
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 204 deletions.
4 changes: 2 additions & 2 deletions shard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ authors:
dependencies:
gi-crystal:
github: hugopl/gi-crystal
version: ">= 0.15.0"
version: ">= 0.15.2"
pango:
github: hugopl/pango.cr
version: ">= 0.1.0"
version: ">= 0.2.0"

crystal: ">= 1.4.1"

Expand Down
16 changes: 0 additions & 16 deletions src/bindings/gio/application.cr

This file was deleted.

146 changes: 0 additions & 146 deletions src/bindings/gio/binding.yml

This file was deleted.

36 changes: 0 additions & 36 deletions src/bindings/gio/resource.cr

This file was deleted.

4 changes: 0 additions & 4 deletions src/bindings/gtk/widget_template.cr
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
lib LibGLib
fun g_bytes_new_static(data : Void*, size : LibC::SizeT) : Void*
end

module Gtk
# This annotation tells GTK how to load UI files and what widgets should expose to the class,
# see `WidgetTemplate` for more information.
Expand Down

0 comments on commit b4223f9

Please sign in to comment.