From 7ad1b2fdf4a9a05b248f9b55576e660c2d7eac14 Mon Sep 17 00:00:00 2001 From: PancakeTAS Date: Thu, 28 Aug 2025 22:15:24 +0200 Subject: [PATCH] enhancement(flatpakui): remove version information from most files --- CMakeLists.txt | 1 - flatpak/gay.pancake.lsfg-vk-ui.metainfo.xml | 3 ++- ui/Cargo.lock | 2 +- ui/Cargo.toml | 1 - 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c14a71c..a2020e9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,7 +20,6 @@ endif() # main project project(lsfg-vk - VERSION 1.0.0 DESCRIPTION "Lossless Scaling Frame Generation on Linux" LANGUAGES CXX) diff --git a/flatpak/gay.pancake.lsfg-vk-ui.metainfo.xml b/flatpak/gay.pancake.lsfg-vk-ui.metainfo.xml index 26378a0..514459b 100644 --- a/flatpak/gay.pancake.lsfg-vk-ui.metainfo.xml +++ b/flatpak/gay.pancake.lsfg-vk-ui.metainfo.xml @@ -17,10 +17,11 @@ MIT -

lsfg-vk brings Lossless Scaling's frame generation to Linux users by acting as a Vulkan layer inbetween your game and your graphics card.

+

The lsfg-vk project brings Lossless Scaling's frame generation to Linux users by acting as a Vulkan layer inbetween your game and your graphics card.

+ diff --git a/ui/Cargo.lock b/ui/Cargo.lock index 12b4239..ab3bb12 100644 --- a/ui/Cargo.lock +++ b/ui/Cargo.lock @@ -682,7 +682,7 @@ checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94" [[package]] name = "lsfg-vk-ui" -version = "1.0.0" +version = "0.0.0" dependencies = [ "anyhow", "glib-build-tools", diff --git a/ui/Cargo.toml b/ui/Cargo.toml index f8593f9..bce798b 100644 --- a/ui/Cargo.toml +++ b/ui/Cargo.toml @@ -1,6 +1,5 @@ [package] name = "lsfg-vk-ui" -version = "1.0.0" edition = "2021" [dependencies]