Skip to content

Commit

Permalink
Make graphene dep be the final 1.10.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlarsson committed Sep 9, 2019
1 parent 38d8b71 commit ad92c3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changes in 0.2.0
================

* Requires graphene 1.9.7 for new API
* Requires graphene 1.10.0 for new API
* Object: added setters and getters for the up direction
* Object: Setting custom matrix now updates scale and rotation
* Support shadow maps, see examples/shadows
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ libm = cc.find_library('m', required : false)

glib_dep = dependency('glib-2.0', version: '>= 2.43.2')
gobject_dep = dependency('gobject-2.0', version: '>= 2.43.2')
graphene_dep = dependency('graphene-gobject-1.0', version: '>= 1.9.7',
graphene_dep = dependency('graphene-gobject-1.0', version: '>= 1.10.0',
fallback: ['graphene', 'graphene_dep'])
gtk_dep = dependency('gtk+-3.0', version: '>= 3.22')
epoxy_dep = dependency('epoxy', version: '>= 1.4')
Expand Down

0 comments on commit ad92c3e

Please sign in to comment.