No description
Find a file
2023-01-19 19:58:31 +01:00
.github/workflows chore(ci): Test variant without shell 2023-01-17 13:47:47 +01:00
.vscode chore(vscode): rust-analyzer key for overrideCommand changed 2023-01-19 19:58:31 +01:00
examples feat(widget): add warning widget 2023-01-17 16:49:52 +01:00
iced@70aaa7f7e2 feat: dyrend 2023-01-19 08:28:37 -07:00
res improv: use current design for nav bar toggle button 2023-01-10 20:49:49 +01:00
src Re-export iced_sctk when build with wayland feature 2023-01-18 16:59:10 -07:00
.gitignore Implemented Expander 2022-10-13 11:42:13 +02:00
.gitmodules feat: autosized surface support & update freedesktop-icons & change iced branch to master 2022-12-27 17:27:04 +01:00
Cargo.toml feat: dyrend 2023-01-19 08:28:37 -07: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