summaryrefslogtreecommitdiff
path: root/app-emulation/ruffle/files/ruffle-0_p20240117-no-patch.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-04-02 20:14:09 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-04-02 20:14:09 +0100
commitdd955a48d88d9b98d49a61f10ab4b52f53cf83a0 (patch)
treede2fa72b509cdf2371fc67b9ec231bdad7d03b5b /app-emulation/ruffle/files/ruffle-0_p20240117-no-patch.patch
parent29e3ef4590d6bee24c4a3798d12a3cfef750bd54 (diff)
gentoo auto-resync : 02:04:2024 - 20:14:09
Diffstat (limited to 'app-emulation/ruffle/files/ruffle-0_p20240117-no-patch.patch')
-rw-r--r--app-emulation/ruffle/files/ruffle-0_p20240117-no-patch.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/app-emulation/ruffle/files/ruffle-0_p20240117-no-patch.patch b/app-emulation/ruffle/files/ruffle-0_p20240117-no-patch.patch
deleted file mode 100644
index ce612ca987bc..000000000000
--- a/app-emulation/ruffle/files/ruffle-0_p20240117-no-patch.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Prevent double-patching with GIT_CRATES usage.
---- a/Cargo.toml
-+++ b/Cargo.toml
-@@ -96,12 +96,5 @@
-
--[patch.crates-io]
- # These are needed because https://github.com/gfx-rs/wgpu/pull/4778
- # is not yet in the latest wgpu release. TODO: Remove when it is.
--wgpu = { git = "https://github.com/gfx-rs/wgpu", branch = "v0.18" }
--naga = { git = "https://github.com/gfx-rs/wgpu", branch = "v0.18" }
-
- # https://github.com/emilk/egui/pull/3812
--egui = { git = "https://github.com/ruffle-rs/egui", branch = "consume_keys"}
--egui_extras = { git = "https://github.com/ruffle-rs/egui", branch = "consume_keys"}
--egui-winit = { git = "https://github.com/ruffle-rs/egui", branch = "consume_keys"}
--egui-wgpu = { git = "https://github.com/ruffle-rs/egui", branch = "consume_keys"}