Skip to content

Commit

Permalink
Fixed entry point.
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbens committed Nov 18, 2024
1 parent 0d5c1cf commit 9f6e123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -676,6 +676,6 @@ pub fn open_iced(lua: &mlua::Lua) -> mlua::Result<()> {

#[cfg(feature = "module")]
#[mlua::lua_module]
fn rust_module(lua: &Lua) -> LuaResult<LuaTable> {
fn iced_lua(lua: &Lua) -> LuaResult<LuaTable> {
iced_table(lua)
}

0 comments on commit 9f6e123

Please sign in to comment.