add void backend to readme

This commit is contained in:
Book-reader
2024-04-04 18:39:49 +13:00
parent f947b8e56a
commit 9a8949227f
2 changed files with 1 additions and 7 deletions
-7
View File
@@ -1,7 +0,0 @@
{
"rust-analyzer.linkedProjects": [
"./crates/pacdef_core/Cargo.toml",
"./crates/pacdef_core/Cargo.toml",
"./crates/pacdef_core/Cargo.toml"
]
}
+1
View File
@@ -88,6 +88,7 @@ Pull requests for additional backends are welcome!
| ----------- | --------------- | ----------- | ------------ | ---------------------------------------------------------------------------------------- |
| Arch Linux | `pacman` | `[arch]` | `arch` | includes pacman-wrapping AUR helpers (configurable) |
| Debian | `apt` | `[debian]` | `debian` | minimum supported apt-version 2.0.2 ([see upstream](https://gitlab.com/volian/rust-apt)) |
| Void Linux | `xbps` | `[void]` | `void` | |
| Flatpak | `flatpak` | `[flatpak]` | built-in | can manage either system-wide or per-user installation (configurable) |
| Python | `pip` | `[python]` | built-in | |
| Rust | `cargo` | `[rust]` | built-in | |