-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathCargo.toml
29 lines (25 loc) · 873 Bytes
/
Cargo.toml
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
[package]
name = "cosmic-time"
version = "0.4.0"
edition = "2021"
description = "An animation Crate for libcosmic and Cosmic DE"
authors = ["Brock Szuszczewicz <[email protected]>"]
license = "MIT"
repository = "https://github.com/pop-os/cosmic-time"
documentation = "https://docs.rs/cosmic-time"
keywords = ["gui", "animation", "interface", "widgets", "libcosmic"]
categories = ["gui"]
[features]
once_cell = ["dep:once_cell"]
[workspace]
members = []
[dependencies]
libcosmic = { git = "https://github.com/pop-os/libcosmic/", default-features = false, features = [
"tokio",
] }
once_cell = { version = "1.18.0", optional = true }
float-cmp = "0.9"
# [patch.'https://github.com/pop-os/libcosmic']
# libcosmic = { path = "../fork/libcosmic" }
# cosmic-config = { path = "../fork/libcosmic/cosmic-config" }
# cosmic-theme = { path = "../fork/libcosmic/cosmic-theme" }