2023-04-25 00:30:50 +02:00
|
|
|
[workspace]
|
|
|
|
|
members = ["app", "page", "pages/*"]
|
|
|
|
|
default-members = ["app"]
|
2023-01-25 04:14:49 +01:00
|
|
|
|
2023-04-25 00:30:50 +02:00
|
|
|
[workspace.dependencies.libcosmic]
|
2023-01-25 04:14:49 +01:00
|
|
|
git = "https://github.com/pop-os/libcosmic"
|
2023-05-12 13:26:44 -07:00
|
|
|
# rev = "b85c504d72ee1c0d360c56042996474932df97cb"
|
|
|
|
|
branch = "cosmic-advanced-text"
|
2023-01-25 04:14:49 +01:00
|
|
|
default-features = false
|
2023-05-12 13:26:44 -07:00
|
|
|
features = ["debug", "winit", "tokio"]
|