mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 21:34:18 +08:00
Merge branch 'slint_port/calculator' into 'master'
Slint port of calculator See merge request redox-os/cookbook!262
This commit is contained in:
commit
0e06e402a2
@ -5,7 +5,13 @@ git = "https://gitlab.redox-os.org/redox-os/orbutils.git"
|
||||
template = "custom"
|
||||
script = """
|
||||
COOKBOOK_CARGO_FLAGS=(
|
||||
--path "${COOKBOOK_SOURCE}"
|
||||
--path "${COOKBOOK_SOURCE}/src"
|
||||
--root "${COOKBOOK_STAGE}/ui"
|
||||
--locked
|
||||
)
|
||||
cookbook_cargo
|
||||
COOKBOOK_CARGO_FLAGS=(
|
||||
--path "${COOKBOOK_SOURCE}/calculator"
|
||||
--root "${COOKBOOK_STAGE}/ui"
|
||||
--locked
|
||||
)
|
||||
@ -14,5 +20,10 @@ cookbook_cargo
|
||||
|
||||
[package]
|
||||
dependencies = [
|
||||
"orbital"
|
||||
"orbital",
|
||||
"expat",
|
||||
"fontconfig",
|
||||
"freetype",
|
||||
"libpng",
|
||||
"zlib",
|
||||
]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user