meta: replace bluelib with fx

This commit is contained in:
2026-06-22 17:45:54 +01:00
parent 4190a5c54a
commit c6c4b0c1f9
81 changed files with 3933 additions and 1349 deletions
+3 -3
View File
@@ -4,12 +4,12 @@
#include <ropkg/version.h>
struct ropkg_version {
enum ropkg_version_release_phase v_release_phase;
enum ropkg_version_unref_phase v_unref_phase;
unsigned int v_upstream_version[ROPKG_VERSION_UPSTREAM_DIGIT_MAX];
enum ropkg_version_release_phase v_version_release_phase;
unsigned int v_version_release_phase_revision;
enum ropkg_version_unref_phase v_version_unref_phase;
unsigned int v_version_unref_phase_revision;
unsigned int v_package_revision;
};