Skip to content

Commit e8f0d90

Browse files
committed
chore: font style changes in libcosmic
1 parent 646f36f commit e8f0d90

File tree

3 files changed

+21
-18
lines changed

3 files changed

+21
-18
lines changed

Cargo.lock

+15-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+5-3
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,11 @@ cosmic-client-toolkit = { git = "https://github.com/pop-os/cosmic-protocols//",
5454

5555
# For development and testing purposes
5656
# [patch.'https://github.com/pop-os/libcosmic']
57-
# libcosmic = { git = "https://github.com/pop-os/libcosmic//", branch = "fontconfig" }
58-
# cosmic-config = { git = "https://github.com/pop-os/libcosmic//", branch = "fontconfig" }
59-
# cosmic-theme = { git = "https://github.com/pop-os/libcosmic//", branch = "fontconfig" }
57+
# libcosmic = { git = "https://github.com/pop-os/libcosmic//", branch = "font" }
58+
# cosmic-config = { git = "https://github.com/pop-os/libcosmic//", branch = "font" }
59+
# cosmic-theme = { git = "https://github.com/pop-os/libcosmic//", branch = "font" }
60+
# iced_futures = { git = "https://github.com/pop-os/libcosmic//", branch = "font" }
61+
6062
# libcosmic = { path = "../libcosmic" }
6163
# cosmic-config = { path = "../libcosmic/cosmic-config" }
6264
# cosmic-theme = { path = "../libcosmic/cosmic-theme" }

debian/control

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Maintainer: Michael Murphy <[email protected]>
55
Build-Depends:
66
debhelper-compat (=13),
77
cmake,
8+
fonts-open-sans,
89
just,
910
libclang-dev,
1011
libexpat1-dev,

0 commit comments

Comments
 (0)