No description
Find a file
Ian Douglas Scott 947532413a Include Cosmic theme in libcosmic, instead of in Iced fork
I think it's best to only include things in the Iced fork that can't be
done without forking Iced, and/or are expected to be merged upstream.
The theme doesn't seem to be either, so it fits more appropriately in
libcosmic.

That should make it easier to keep up with upstream, and it may help to
have all the Cosmic parts in one place.

Based on https://github.com/pop-os/iced commit ad9026e.
2022-10-29 11:14:49 -06:00
examples/cosmic Include Cosmic theme in libcosmic, instead of in Iced fork 2022-10-29 11:14:49 -06:00
gtk4 Implemented Expander 2022-10-13 11:42:13 +02:00
res/Fira Remove freefont 2022-10-07 14:25:34 -06:00
src Include Cosmic theme in libcosmic, instead of in Iced fork 2022-10-29 11:14:49 -06:00
.gitignore Implemented Expander 2022-10-13 11:42:13 +02:00
Cargo.toml Include Cosmic theme in libcosmic, instead of in Iced fork 2022-10-29 11:14:49 -06:00
config.toml refactor launcher removing templates 2021-12-31 14:58:26 -05:00
LICENSE Initial commit 2021-11-12 20:22:30 -07:00
README.md Updated README 2022-10-13 11:42:49 +02:00

LIBCOSMIC

Building blocks for COSMIC applications.

Building

Libcosmic is written in pure Rust, so cargo is all you need.

cargo build

Usage

There's examples in the examples directory.

Widget library

cargo run --release --example cosmic

Text rendering

cargo run --release --example text

Documentation

The documentation can be found here.

Licence

Libcosmic is licenced under the MPL-2.0

Contact