No description
- Rust 100%
| src | ||
| Cargo.toml | ||
| README.md | ||
glib-utils
A git submodule to be used in your rust workspace! :3
How to use
-
Use cargo workspaces
-
Add following dependencies to
[workspace.dependencies]:futures-channel = "0.3" glib = "0.20" gio = "0.20" -
Add
"glib-utils",to[workspace.members] -
Add this git repository as submodule to your workspace root:
git submodule add "https://gitlab.postmarketos.org/jane400/glib-utils.git" glib-utils