mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-06 19:48:43 +08:00
12 lines
245 B
TOML
12 lines
245 B
TOML
#TODO webbrowser crate error
|
|
[source]
|
|
git = "https://github.com/parasyte/pixels"
|
|
shallow_clone = true
|
|
[build]
|
|
template = "custom"
|
|
script = """
|
|
DYNAMIC_INIT
|
|
cookbook_cargo_packages conway invaders minimal-egui \
|
|
minimal-winit tiny-skia-winit
|
|
"""
|