Make iced a submodule
This commit is contained in:
parent
d888f2bd3b
commit
e6062d63cc
4 changed files with 15 additions and 22 deletions
4
.gitmodules
vendored
Normal file
4
.gitmodules
vendored
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
[submodule "iced"]
|
||||||
|
path = iced
|
||||||
|
url = https://github.com/pop-os/iced.git
|
||||||
|
branch = sctk-cosmic
|
||||||
31
Cargo.toml
31
Cargo.toml
|
|
@ -27,44 +27,33 @@ sctk = { package = "smithay-client-toolkit", git = "https://github.com/Smithay/c
|
||||||
git = "https://github.com/pop-os/cosmic-theme.git"
|
git = "https://github.com/pop-os/cosmic-theme.git"
|
||||||
|
|
||||||
[dependencies.iced]
|
[dependencies.iced]
|
||||||
git = "https://github.com/pop-os/iced.git"
|
path = "iced"
|
||||||
branch = "sctk-cosmic"
|
|
||||||
# path = "../iced"
|
|
||||||
default-features = false
|
default-features = false
|
||||||
features = ["image", "svg"]
|
features = ["image", "svg"]
|
||||||
|
|
||||||
[dependencies.iced_core]
|
[dependencies.iced_core]
|
||||||
git = "https://github.com/pop-os/iced.git"
|
path = "iced/core"
|
||||||
branch = "sctk-cosmic"
|
|
||||||
# path = "../iced/core"
|
|
||||||
|
|
||||||
[dependencies.iced_lazy]
|
[dependencies.iced_lazy]
|
||||||
git = "https://github.com/pop-os/iced.git"
|
path = "iced/lazy"
|
||||||
branch = "sctk-cosmic"
|
|
||||||
# path = "../iced/lazy"
|
|
||||||
|
|
||||||
[dependencies.iced_native]
|
[dependencies.iced_native]
|
||||||
git = "https://github.com/pop-os/iced.git"
|
path = "iced/native"
|
||||||
branch = "sctk-cosmic"
|
|
||||||
# path = "../iced/native"
|
|
||||||
|
|
||||||
[dependencies.iced_style]
|
[dependencies.iced_style]
|
||||||
git = "https://github.com/pop-os/iced.git"
|
path = "iced/style"
|
||||||
branch = "sctk-cosmic"
|
|
||||||
# path = "../iced/style"
|
|
||||||
|
|
||||||
[dependencies.iced_winit]
|
[dependencies.iced_winit]
|
||||||
git = "https://github.com/pop-os/iced.git"
|
path = "iced/winit"
|
||||||
branch = "sctk-cosmic"
|
|
||||||
optional = true
|
optional = true
|
||||||
# path = "../iced/winit"
|
|
||||||
|
|
||||||
[dependencies.iced_wgpu]
|
[dependencies.iced_wgpu]
|
||||||
git = "https://github.com/pop-os/iced.git"
|
path = "iced/wgpu"
|
||||||
branch = "sctk-cosmic"
|
|
||||||
# path = "../iced/wgpu"
|
|
||||||
|
|
||||||
[workspace]
|
[workspace]
|
||||||
members = [
|
members = [
|
||||||
"examples/*",
|
"examples/*",
|
||||||
]
|
]
|
||||||
|
exclude = [
|
||||||
|
"iced",
|
||||||
|
]
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,3 @@ publish = false
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
libcosmic = { path = "../..", default-features = false, features = ["debug", "wayland"] }
|
libcosmic = { path = "../..", default-features = false, features = ["debug", "wayland"] }
|
||||||
# iced_sctk = { git = "https://github.com/pop-os/iced-sctk" }
|
|
||||||
|
|
|
||||||
1
iced
Submodule
1
iced
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 68d929f0e8b5e53d970c6dce39c9bd9e8433a534
|
||||||
Loading…
Add table
Add a link
Reference in a new issue