Skip to content

Commit

Permalink
now using Metal (not OpenGL) on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
svanas committed Oct 23, 2023
1 parent 329b158 commit abbb1be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions migratooor.dpr
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@ program migratooor;
uses
System.StartUpCopy,
FMX.Forms,
FMX.Types,
main in 'main.pas' {frmMain},
asset in 'asset.pas',
progress in 'progress.pas' {frmProgress};

{$R *.res}

begin
GlobalUseMetal := True;
Application.Initialize;
Application.CreateForm(TfrmMain, frmMain);
Application.Run;
Expand Down
2 changes: 1 addition & 1 deletion migratooor.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
'0.0.14'
'0.0.15'

1 comment on commit abbb1be

@eliasdiek
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@svanas hey ,I'm looking for someone with your stack to work on our platform ,either as a freelancer or in a full time role . are you up for it ? contact me on telegram @eliasdiek or via email at eliasdiekk@gmail.com

Please sign in to comment.