mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-28 23:58:42 +08:00
Update recipes
This commit is contained in:
parent
35f17e35c5
commit
5a3fcbde03
@ -1,9 +1,9 @@
|
||||
#TODO not compiled or tested
|
||||
#TODO glutin crate error
|
||||
[source]
|
||||
git = "https://github.com/FyroxEngine/Fyrox-demo-projects"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
COOKBOOK_SOURCE="${COOKBOOK_SOURCE}/ui"
|
||||
cookbook_cargo_packages ui
|
||||
cookbook_cargo_packages executor
|
||||
"""
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO not compiled or tested
|
||||
#TODO require rustc 1.81
|
||||
[source]
|
||||
git = "https://github.com/ggez/ggez"
|
||||
[build]
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO not compiled or tested
|
||||
#TODO update the mio crate version (after cargo update)
|
||||
[source]
|
||||
git = "https://github.com/adamsky/globe"
|
||||
[build]
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO not compiled or tested
|
||||
#TODO hot-lib-reloader crate error
|
||||
[source]
|
||||
git = "https://github.com/polymonster/hotline"
|
||||
[build]
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO not compiled or tested
|
||||
#TODO require rustc 1.80.1
|
||||
[source]
|
||||
git = "https://github.com/dcampbell24/iced_7guis"
|
||||
[build]
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO not compiled or tested
|
||||
#TODO ahash crate error
|
||||
[source]
|
||||
git = "https://github.com/tesselode/kira-examples"
|
||||
[build]
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO not compiled or tested
|
||||
#TODO winit crate error (even after cargo update)
|
||||
[source]
|
||||
git = "https://github.com/sebcrozet/kiss3d"
|
||||
[build]
|
||||
|
||||
@ -1,8 +0,0 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/leptos-rs/leptos"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_examples counter
|
||||
"""
|
||||
Loading…
Reference in New Issue
Block a user