File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
Changes in 0.2.0
2
2
================
3
3
4
- * Requires graphene 1.9.7 for new API
4
+ * Requires graphene 1.10.0 for new API
5
5
* Object: added setters and getters for the up direction
6
6
* Object: Setting custom matrix now updates scale and rotation
7
7
* Support shadow maps, see examples/shadows
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ libm = cc.find_library('m', required : false)
26
26
27
27
glib_dep = dependency (' glib-2.0' , version : ' >= 2.43.2' )
28
28
gobject_dep = dependency (' gobject-2.0' , version : ' >= 2.43.2' )
29
- graphene_dep = dependency (' graphene-gobject-1.0' , version : ' >= 1.9.7 ' ,
29
+ graphene_dep = dependency (' graphene-gobject-1.0' , version : ' >= 1.10.0 ' ,
30
30
fallback : [' graphene' , ' graphene_dep' ])
31
31
gtk_dep = dependency (' gtk+-3.0' , version : ' >= 3.22' )
32
32
epoxy_dep = dependency (' epoxy' , version : ' >= 1.4' )
You can’t perform that action at this time.
0 commit comments