Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
actboy168 committed Mar 11, 2024
1 parent fa9aacc commit e5d60b9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion pkg/ant.window/make.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ local lm = require "luamake"

lm:lua_source "window" {
includes = {
lm.AntDir .. "/3rd/bee.lua/3rd/lua-seri",
lm.AntDir .. "/3rd/bee.lua",
lm.AntDir .. "/3rd/imgui",
},
Expand Down
4 changes: 0 additions & 4 deletions pkg/ant.window/src/platform/ios/ios_window.mm
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
#include "../../window.h"

extern "C" {
#include <lua-seri.h>
}

#import <UIKit/UIKit.h>
#import <Metal/Metal.h>
#import <QuartzCore/CAMetalLayer.h>
Expand Down

0 comments on commit e5d60b9

Please sign in to comment.