Rename render.[hc] to bindings.[hc]

This commit is contained in:
Isaac Freund
2020-04-15 12:47:55 +02:00
parent 2126ef07f8
commit b02f660475
4 changed files with 6 additions and 5 deletions

View File

@ -26,5 +26,5 @@ pub usingnamespace @cImport({
// Contains a subset of functions from wlr/backend.h and wlr/render/wlr_renderer.h
// that can be automatically imported
@cInclude("include/render.h");
@cInclude("include/bindings.h");
});