diff --git a/examples/dodge-the-creeps/godot/DodgeTheCreeps.gdextension b/examples/dodge-the-creeps/godot/DodgeTheCreeps.gdextension index 96c8dae8b..172006fb8 100644 --- a/examples/dodge-the-creeps/godot/DodgeTheCreeps.gdextension +++ b/examples/dodge-the-creeps/godot/DodgeTheCreeps.gdextension @@ -3,4 +3,5 @@ entry_symbol = "gdextension_rust_init" [libraries] linux.64 = "res://../../../target/debug/libdodge_the_creeps.so" +macos.64 = "res://../../../target/debug/libdodge_the_creeps.dylib" windows.64 = "res://../../../target/debug/dodge_the_creeps.dll"