diff --git a/recipes/wip/data-integrity/fim/recipe.toml b/recipes/wip/data-integrity/fim/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..1dfa7b0760c64e3cc15850c349ed52a161e93c8f --- /dev/null +++ b/recipes/wip/data-integrity/fim/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/Achiefs/fim" +[build] +template = "cargo" diff --git a/recipes/wip/demos/bones/recipe.toml b/recipes/wip/demos/bones/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..e69688033ea939f26c87b6f3111be45d38b286cc --- /dev/null +++ b/recipes/wip/demos/bones/recipe.toml @@ -0,0 +1,8 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/fishfolk/bones" +[build] +template = "custom" +script = """ +cookbook_cargo_packages demo_hello_world +""" diff --git a/recipes/wip/demos/comfy/recipe.toml b/recipes/wip/demos/comfy/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..c343f4f3e760b4ce0306e82c53a73bfc506d62f3 --- /dev/null +++ b/recipes/wip/demos/comfy/recipe.toml @@ -0,0 +1,8 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/darthdeus/comfy" +[build] +template = "custom" +script = """ +cookbook_cargo_examples animated_shapes animated_sprites animated_text bloom circle colors egui fragment-shader lighting music physics shapes single_particle sprite text +""" diff --git a/recipes/wip/demos/rend3/recipe.toml b/recipes/wip/demos/rend3/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..2db5258abae149efe7e6434b3b4c6107f652d983 --- /dev/null +++ b/recipes/wip/demos/rend3/recipe.toml @@ -0,0 +1,8 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/BVE-Reborn/rend3" +[build] +template = "custom" +script = """ +cookbook_cargo_packages rend3-examples-package +""" diff --git a/recipes/wip/games/fps/room4doom/recipe.toml b/recipes/wip/games/fps/room4doom/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..f609f3996d5f2aaba6c46e6895a545b59c31ee62 --- /dev/null +++ b/recipes/wip/games/fps/room4doom/recipe.toml @@ -0,0 +1,12 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/flukejones/room4doom" +[build] +template = "custom" +dependencies = [ + "sdl2", + "sdl2-mixer +] +script = """ +cookbook_cargo_packages room4doom +""" diff --git a/recipes/wip/games/fps/rust-doom/recipe.toml b/recipes/wip/games/fps/rust-doom/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..d2bc246afa064ad411a5b6ac27b1dd915f16ace6 --- /dev/null +++ b/recipes/wip/games/fps/rust-doom/recipe.toml @@ -0,0 +1,9 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/cristicbz/rust-doom" +[build] +template = "custom" +script = """ +cookbook_cargo +mv "${COOKBOOK_STAGE}/usr/bin/rs_doom" "${COOKBOOK_STAGE}/usr/bin/doom-rs" +""" diff --git a/recipes/wip/games/simulation/egregoria/recipe.toml b/recipes/wip/games/simulation/egregoria/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..beeac6561e02476a0f56ec57b9bad6dd0af1bca0 --- /dev/null +++ b/recipes/wip/games/simulation/egregoria/recipe.toml @@ -0,0 +1,8 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/Uriopass/Egregoria" +[build] +template = "custom" +script = """ +cookbook_cargo_packages native_app +""" diff --git a/recipes/wip/games/simulation/sandbox-rs/recipe.toml b/recipes/wip/games/simulation/sandbox-rs/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..5109d8d5d0fca45afd89b9072dfe5dc0c8209af6 --- /dev/null +++ b/recipes/wip/games/simulation/sandbox-rs/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/JMS55/sandbox" +[build] +template = "cargo" diff --git a/recipes/wip/games/strategy/castle-game/recipe.toml b/recipes/wip/games/strategy/castle-game/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..6016ee65ff1cf452a14e78317b25548e7a586a8b --- /dev/null +++ b/recipes/wip/games/strategy/castle-game/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/tversteeg/castle-game" +[build] +template = "cargo" diff --git a/recipes/wip/monitors/hearth/recipe.toml b/recipes/wip/monitors/hearth/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..4277789b9bc601634d15182b8905da1d88cc8d36 --- /dev/null +++ b/recipes/wip/monitors/hearth/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/aheart/hearth" +[build] +template = "cargo" diff --git a/recipes/wip/monitors/serial-monitor-rs/recipe.toml b/recipes/wip/monitors/serial-monitor-rs/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..cd551c74cfb36aaced19077bc82fc1382e5beb50 --- /dev/null +++ b/recipes/wip/monitors/serial-monitor-rs/recipe.toml @@ -0,0 +1,9 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/hacknus/serial-monitor-rust" +[build] +template = "cargo" +dependencies = [ + "libxkbcommon", + "openssl1", +]