-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
240 changed files
with
11,500 additions
and
10,310 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,31 @@ | ||
[package] | ||
name = "pods" | ||
version = "1.3.0-dev" | ||
version = "2.0.0-dev" | ||
authors = ["Marcus Behrendt <[email protected]>"] | ||
edition = "2021" | ||
|
||
[dependencies] | ||
adw = { version = "0.3", package = "libadwaita", features = ["v1_3"] } | ||
adw = { git = "https://gitlab.gnome.org/World/Rust/libadwaita-rs", package = "libadwaita", features = ["v1_4"] } | ||
anyhow = "1" | ||
ashpd = { version = "0.4", default-features = false, features = ["gtk4", "tokio"] } | ||
ashpd = { git = "https://github.com/bilelmoussaoui/ashpd.git", default-features = false, features = ["gtk4", "tokio"] } | ||
futures = { version = "0.3", default-features = false } | ||
gettext-rs = { version = "0.7", features = ["gettext-system"] } | ||
gtk = { version = "0.6", package = "gtk4", features = ["gnome_44"] } | ||
indexmap = { version = "1", features = ["serde"] } | ||
gtk = { git = "https://github.com/gtk-rs/gtk4-rs.git", package = "gtk4", features = ["gnome_44"] } | ||
indexmap = { version = "2", features = ["serde"] } | ||
log = "0.4" | ||
names = { version = "0.14", default-features = false } | ||
once_cell = "1" | ||
oo7 = { version = "0.1", default-features = false, features = ["native_crypto", "tokio"] } | ||
panel = { version = "0.2", package = "libpanel" } | ||
oo7 = { version = "0.2", default-features = false, features = ["native_crypto", "tokio"] } | ||
panel = { git = "https://gitlab.gnome.org/World/Rust/libpanel-rs.git", package = "libpanel", features = ["adw_v1_2"] } | ||
paste = "1" | ||
podman-api = { git = "https://github.com/vv9k/podman-api-rs.git", commit = "363d945b9b9905c50dfa0bfe0f9331f9fdeef079", default-features = false } | ||
regex = "1" | ||
serde = "1" | ||
serde_json = "1" | ||
sourceview5 = "0.6" | ||
sourceview5 = { git = "https://gitlab.gnome.org/World/Rust/sourceview5-rs.git", features = ["gtk_v4_12"] } | ||
syslog = "6" | ||
tokio = "1" | ||
tokio-tar = "0.3" | ||
tokio-tar = { version = "0.3", default-features = false } | ||
vte = { version = "0.11", default-features = false } | ||
vte4 = "0.6" | ||
vte4 = { git = "https://gitlab.gnome.org/World/Rust/vte4-rs.git" } | ||
|
||
[profile.release] | ||
lto = true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions
2
data/resources/icons/scalable/actions/bell-outline-symbolic.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.