diff --git a/recipes/wip/wayland/softbuffer-wayland/recipe.toml b/recipes/wip/wayland/softbuffer-wayland/recipe.toml new file mode 100644 index 000000000..5205096ee --- /dev/null +++ b/recipes/wip/wayland/softbuffer-wayland/recipe.toml @@ -0,0 +1,14 @@ +[source] +git = "https://github.com/jackpot51/softbuffer.git" +branch = "redox-wayland" + +[build] +dependencies = [ + "libwayland" +] +template = "custom" +script = """ +DYNAMIC_INIT +export RUSTFLAGS="${RUSTFLAGS} -lffi" +cookbook_cargo_examples animation rectangle winit +""" diff --git a/recipes/wip/wayland/winit-wayland/recipe.toml b/recipes/wip/wayland/winit-wayland/recipe.toml new file mode 100644 index 000000000..b69720d9a --- /dev/null +++ b/recipes/wip/wayland/winit-wayland/recipe.toml @@ -0,0 +1,14 @@ +[source] +git = "https://github.com/jackpot51/winit.git" +branch = "redox-wayland" + +[build] +dependencies = [ + "libwayland" +] +template = "custom" +script = """ +DYNAMIC_INIT +export RUSTFLAGS="${RUSTFLAGS} -lffi" +cookbook_cargo_examples application child_window control_flow dnd ime pump_events window +"""