Skip to content
Snippets Groups Projects
Commit 33dd1f46 authored by Ribbon's avatar Ribbon :speech_balloon:
Browse files

update recipes

parent 2fd0fbf8
No related branches found
No related tags found
No related merge requests found
#TODO Not compiled or tested yet #TODO configuration error
[source] [source]
tar = "https://github.com/westes/flex/releases/download/v2.6.4/flex-2.6.4.tar.gz" tar = "https://github.com/westes/flex/releases/download/v2.6.4/flex-2.6.4.tar.gz"
[build] [build]
......
...@@ -4,7 +4,7 @@ tar = "https://www.fltk.org/pub/fltk/1.3.8/fltk-1.3.8-source.tar.bz2" ...@@ -4,7 +4,7 @@ tar = "https://www.fltk.org/pub/fltk/1.3.8/fltk-1.3.8-source.tar.bz2"
[build] [build]
template = "configure" template = "configure"
dependencies = [ dependencies = [
"mesa_glu", "mesa-glu",
"freeglut", "freeglut",
"cairo" "cairo"
"fontconfig", "fontconfig",
......
#TODO Not compiled or tested #TODO compiled but not tested
[source] [source]
git = "https://github.com/7sDream/fontfor" git = "https://github.com/7sDream/fontfor"
rev = "b0d868dc5f955b58b3a5ba6c97156f4060e7474b" rev = "b0d868dc5f955b58b3a5ba6c97156f4060e7474b"
......
#TODO make Wayland work
[source] [source]
tar = "https://cytranet.dl.sourceforge.net/project/freeglut/freeglut/3.0.0/freeglut-3.0.0.tar.gz" tar = "https://github.com/freeglut/freeglut/releases/download/v3.4.0/freeglut-3.4.0.tar.gz"
blake3 = "08c8874d6ddad5be4860813865d4d4e2a84c294da0f3cf82a29e43920806b0da" #blake3 = "08c8874d6ddad5be4860813865d4d4e2a84c294da0f3cf82a29e43920806b0da"
[build] [build]
dependencies = [ dependencies = [
"mesa", "mesa",
......
...@@ -3,4 +3,7 @@ ...@@ -3,4 +3,7 @@
git = "https://github.com/FyroxEngine/Fyrox" git = "https://github.com/FyroxEngine/Fyrox"
rev = "8d3e2e2cf29b7eefa78d14ff92156caeed88b955" rev = "8d3e2e2cf29b7eefa78d14ff92156caeed88b955"
[buiild] [buiild]
template = "cargo" template = "custom"
script = """
cookbook_cargo_packages fyrox-template
"""
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment