Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: allow Linux dependencies to be specified via a file path #254

Merged

Commits on Jun 28, 2024

  1. feat: allow Linux dependencies to be specified via a file path

    This makes it possible to dynamically generate the list of dependencies for
    Linux Debian and pacman package formats.
    
    Fixed a small documentation bug in `PacmanConfig`.
    kevinaboos committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    c8ef225 View commit details
    Browse the repository at this point in the history
  2. Add .changes file

    kevinaboos committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    596c5a4 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. rustfmt fix

    kevinaboos committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    76f7e71 View commit details
    Browse the repository at this point in the history