-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #147 from Vixea/update-submodules
update submodules
- Loading branch information
Showing
10 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
Submodule cosmic-applets
updated
79 files
Submodule cosmic-applibrary
updated
8 files
+617 −381 | Cargo.lock | |
+1 −0 | Cargo.toml | |
+1 −0 | debian/control | |
+6 −0 | i18n/en/cosmic_app_library.ftl | |
+402 −165 | src/app.rs | |
+9 −11 | src/app_group.rs | |
+9 −6 | src/widgets/application.rs | |
+22 −13 | src/widgets/group.rs |
Submodule cosmic-bg
updated
9 files
+314 −422 | Cargo.lock | |
+2 −2 | Cargo.toml | |
+2 −0 | config/src/lib.rs | |
+26 −0 | config/src/state.rs | |
+1 −1 | rust-toolchain | |
+4 −4 | src/colored.rs | |
+1 −1 | src/draw.rs | |
+49 −20 | src/main.rs | |
+43 −7 | src/wallpaper.rs |
Submodule cosmic-comp
updated
68 files
Submodule cosmic-launcher
updated
5 files
+367 −253 | Cargo.lock | |
+1 −0 | i18n/fi/cosmic_launcher.ftl | |
+1 −0 | i18n/zh-cn/cosmic_launcher.ftl | |
+1 −0 | i18n/zh-tw/cosmic_launcher.ftl | |
+2 −1 | src/components/app.rs |
Submodule cosmic-panel
updated
14 files
Submodule cosmic-settings
updated
113 files
Submodule xdg-desktop-portal-cosmic
updated
9 files
+661 −243 | Cargo.lock | |
+9 −4 | Cargo.toml | |
+2 −0 | debian/control | |
+56 −0 | src/buffer.rs | |
+3 −0 | src/main.rs | |
+2 −2 | src/screencast.rs | |
+214 −77 | src/screencast_thread.rs | |
+83 −10 | src/screenshot.rs | |
+239 −28 | src/wayland.rs |