update recipes

This commit is contained in:
Ribbon 2023-12-21 01:32:01 +00:00
parent 2fd0fbf8be
commit 33dd1f4695
5 changed files with 10 additions and 7 deletions

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested yet
#TODO configuration error
[source]
tar = "https://github.com/westes/flex/releases/download/v2.6.4/flex-2.6.4.tar.gz"
[build]

View File

@ -4,7 +4,7 @@ tar = "https://www.fltk.org/pub/fltk/1.3.8/fltk-1.3.8-source.tar.bz2"
[build]
template = "configure"
dependencies = [
"mesa_glu",
"mesa-glu",
"freeglut",
"cairo"
"fontconfig",

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO compiled but not tested
[source]
git = "https://github.com/7sDream/fontfor"
rev = "b0d868dc5f955b58b3a5ba6c97156f4060e7474b"

View File

@ -1,7 +1,7 @@
#TODO make Wayland work
[source]
tar = "https://cytranet.dl.sourceforge.net/project/freeglut/freeglut/3.0.0/freeglut-3.0.0.tar.gz"
blake3 = "08c8874d6ddad5be4860813865d4d4e2a84c294da0f3cf82a29e43920806b0da"
tar = "https://github.com/freeglut/freeglut/releases/download/v3.4.0/freeglut-3.4.0.tar.gz"
#blake3 = "08c8874d6ddad5be4860813865d4d4e2a84c294da0f3cf82a29e43920806b0da"
[build]
dependencies = [
"mesa",

View File

@ -3,4 +3,7 @@
git = "https://github.com/FyroxEngine/Fyrox"
rev = "8d3e2e2cf29b7eefa78d14ff92156caeed88b955"
[buiild]
template = "cargo"
template = "custom"
script = """
cookbook_cargo_packages fyrox-template
"""