Skip to content

Commit

Permalink
Merge pull request #3 from Its-Kenta/main
Browse files Browse the repository at this point in the history
  • Loading branch information
lerno authored Jul 16, 2023
2 parents 5b23d9a + 8af33d2 commit 4876e4a
Show file tree
Hide file tree
Showing 6 changed files with 399 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ This repository contains external libraries for use with C3.

- Raylib 4.5.0 https://www.raylib.com
- SDL2 2.28.x https://libsdl.org/ - WIP
- Tigr https://github.com/erkkah/tigr - WIP (Needs Windows & macOS static libraries)
Empty file.
Empty file.
18 changes: 18 additions & 0 deletions libraries/tigr.c3l/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"provides" : "tigr",
"targets" : {
"macos-x64" : {
"linkflags" : [],
"dependencies" : [],
"linked-libs" : ["tigr", "Cocoa.framework", "OpenGL.framework"]
},
"linux-x64" : {
"linkflags" : [],
"dependencies" : [],
"linked-libs" : [ "tigr", "GLU", "GL", "X11" ]
},
"windows-x64" : {
"linked-libs" : [ "opengl32", "gdi32" ]
}
}
}
Loading

0 comments on commit 4876e4a

Please sign in to comment.