From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Castor <df38dea@4d2.org>
Date: Mar, 31 2026 03:16:28 +0000
Subject: [PATCH] <short summary of the patch>

TODO: Put a short summary on the line above and replace this paragraph
with a longer explanation of this change. Complete the meta-information
with other relevant fields (see below for details). To make it easier, the
information below has been extracted from the changelog. Adjust it or drop
it.

---
The information above should follow the Patch Tagging Guidelines, please
checkout https://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: (upstream|backport|vendor|other), (<patch-url>|commit:<commit-id>)
Bug: <upstream-bugtracker-url>
Bug-<Vendor>: <vendor-bugtracker-url>
Forwarded: (no|not-needed|<patch-forwarded-url>)
Applied-Upstream: <version>, (<commit-url>|commit:<commid-id>)
Reviewed-By: <name and email of someone who approved/reviewed the patch>

--- /dev/null
+++ ashell-0.8.0/.cargo/config.toml
@@ -0,0 +1,49 @@
+[source.crates-io]
+replace-with = "vendored-sources"
+
+[source."git+https://github.com/MalpenZibo/cosmic-protocols?branch=develop"]
+git = "https://github.com/MalpenZibo/cosmic-protocols"
+branch = "develop"
+replace-with = "vendored-sources"
+
+[source."git+https://github.com/MalpenZibo/iced?rev=ba37674a834b0c9fe67a09a96b80a3a3d0dd75ef"]
+git = "https://github.com/MalpenZibo/iced"
+rev = "ba37674a834b0c9fe67a09a96b80a3a3d0dd75ef"
+replace-with = "vendored-sources"
+
+[source."git+https://github.com/pop-os/cosmic-text.git"]
+git = "https://github.com/pop-os/cosmic-text.git"
+replace-with = "vendored-sources"
+
+[source."git+https://github.com/pop-os/glyphon.git?tag=iced-0.14-dev"]
+git = "https://github.com/pop-os/glyphon.git"
+tag = "iced-0.14-dev"
+replace-with = "vendored-sources"
+
+[source."git+https://github.com/pop-os/smithay-clipboard?tag=pop-dnd-5"]
+git = "https://github.com/pop-os/smithay-clipboard"
+tag = "pop-dnd-5"
+replace-with = "vendored-sources"
+
+[source."git+https://github.com/pop-os/softbuffer?tag=cosmic-4.0"]
+git = "https://github.com/pop-os/softbuffer"
+tag = "cosmic-4.0"
+replace-with = "vendored-sources"
+
+[source."git+https://github.com/pop-os/window_clipboard.git?tag=pop-0.13-2"]
+git = "https://github.com/pop-os/window_clipboard.git"
+tag = "pop-0.13-2"
+replace-with = "vendored-sources"
+
+[source."git+https://github.com/pop-os/winit.git?tag=iced-xdg-surface-0.13-rc"]
+git = "https://github.com/pop-os/winit.git"
+tag = "iced-xdg-surface-0.13-rc"
+replace-with = "vendored-sources"
+
+[source."git+https://github.com/wash2/accesskit?tag=iced-xdg-surface-0.13-rc"]
+git = "https://github.com/wash2/accesskit"
+tag = "iced-xdg-surface-0.13-rc"
+replace-with = "vendored-sources"
+
+[source.vendored-sources]
+directory = "vendor"
