all: rename local_events -> events
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
33bfdee520
commit
fc0ff2fffd
15 changed files with 28 additions and 28 deletions
|
|
@ -27,7 +27,7 @@ pub const components = .{
|
|||
.scale = .{ .type = f32 },
|
||||
};
|
||||
|
||||
pub const local_events = .{
|
||||
pub const events = .{
|
||||
.init = .{ .handler = init },
|
||||
.deinit = .{ .handler = deinit },
|
||||
.render_frame = .{ .handler = renderFrame },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue