mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 04:44:19 +08:00
update recipes
This commit is contained in:
parent
2fd0fbf8be
commit
33dd1f4695
@ -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]
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO compiled but not tested
|
||||
[source]
|
||||
git = "https://github.com/7sDream/fontfor"
|
||||
rev = "b0d868dc5f955b58b3a5ba6c97156f4060e7474b"
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -3,4 +3,7 @@
|
||||
git = "https://github.com/FyroxEngine/Fyrox"
|
||||
rev = "8d3e2e2cf29b7eefa78d14ff92156caeed88b955"
|
||||
[buiild]
|
||||
template = "cargo"
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages fyrox-template
|
||||
"""
|
||||
Loading…
Reference in New Issue
Block a user