diff options
author | sanine-a <sanine.not@pm.me> | 2020-12-12 21:55:48 -0600 |
---|---|---|
committer | sanine-a <sanine.not@pm.me> | 2020-12-12 21:55:48 -0600 |
commit | 09d34c697a488a8450161c62a601b04748098d96 (patch) | |
tree | aa0a2d63b72ae24894225854a8607edd0ff2b18a /src/honey.c | |
parent | f64bdd048d6d8f338272326c437a86df2990b426 (diff) |
add basic cairo bindings
Diffstat (limited to 'src/honey.c')
-rw-r--r-- | src/honey.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/honey.c b/src/honey.c index fef75d7..793f5b5 100644 --- a/src/honey.c +++ b/src/honey.c @@ -129,6 +129,8 @@ bool honey_setup(lua_State** L) honey_setup_texture(*L); + honey_setup_cairo(*L); + lua_pushcfunction(*L, honey_exit); lua_setfield(*L, -2, "exit"); |