-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcargo_config
82 lines (64 loc) · 2.76 KB
/
cargo_config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
[source.crates-io]
replace-with = "vendored-sources"
[source."git+https://github.com/DioxusLabs/taffy?rev=7781c70"]
git = "https://github.com/DioxusLabs/taffy"
rev = "7781c70"
replace-with = "vendored-sources"
[source."git+https://github.com/jackpot51/rust-atomicwrites"]
git = "https://github.com/jackpot51/rust-atomicwrites"
replace-with = "vendored-sources"
[source."git+https://github.com/jackpot51/trash-rs.git?branch=cosmic"]
git = "https://github.com/jackpot51/trash-rs.git"
branch = "cosmic"
replace-with = "vendored-sources"
[source."git+https://github.com/pop-os/cosmic-bg"]
git = "https://github.com/pop-os/cosmic-bg"
replace-with = "vendored-sources"
[source."git+https://github.com/pop-os/cosmic-files"]
git = "https://github.com/pop-os/cosmic-files"
replace-with = "vendored-sources"
[source."git+https://github.com/pop-os/cosmic-protocols?rev=d218c76"]
git = "https://github.com/pop-os/cosmic-protocols"
rev = "d218c76"
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/dbus-settings-bindings"]
git = "https://github.com/pop-os/dbus-settings-bindings"
replace-with = "vendored-sources"
[source."git+https://github.com/pop-os/freedesktop-icons"]
git = "https://github.com/pop-os/freedesktop-icons"
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/libcosmic"]
git = "https://github.com/pop-os/libcosmic"
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"]
git = "https://github.com/pop-os/window_clipboard.git"
tag = "pop-0.13"
replace-with = "vendored-sources"
[source."git+https://github.com/pop-os/winit.git?tag=iced-xdg-surface-0.13"]
git = "https://github.com/pop-os/winit.git"
tag = "iced-xdg-surface-0.13"
replace-with = "vendored-sources"
[source."git+https://github.com/wash2/accesskit?tag=iced-xdg-surface-0.13"]
git = "https://github.com/wash2/accesskit"
tag = "iced-xdg-surface-0.13"
replace-with = "vendored-sources"
[source."git+https://gitlab.freedesktop.org/pipewire/pipewire-rs"]
git = "https://gitlab.freedesktop.org/pipewire/pipewire-rs"
replace-with = "vendored-sources"
[source.vendored-sources]
directory = "vendor"