enhancement(flatpakui): remove version information from most files

This commit is contained in:
PancakeTAS 2025-08-28 22:15:24 +02:00 committed by Pancake
parent 60d4e10c5c
commit 1ab4f2ef56
4 changed files with 3 additions and 4 deletions

View file

@ -20,7 +20,6 @@ endif()
# main project
project(lsfg-vk
VERSION 1.0.0
DESCRIPTION "Lossless Scaling Frame Generation on Linux"
LANGUAGES CXX)

View file

@ -17,10 +17,11 @@
<project_license>MIT</project_license>
<description>
<p>lsfg-vk brings Lossless Scaling&apos;s frame generation to Linux users by acting as a Vulkan layer inbetween your game and your graphics card.</p>
<p>The lsfg-vk project brings Lossless Scaling&apos;s frame generation to Linux users by acting as a Vulkan layer inbetween your game and your graphics card.</p>
</description>
<releases>
<release date="2025-08-28" version="1.1.0-dev" />
<release date="2025-07-30" version="1.0.0" />
</releases>

2
ui/Cargo.lock generated
View file

@ -682,7 +682,7 @@ checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
[[package]]
name = "lsfg-vk-ui"
version = "1.0.0"
version = "0.0.0"
dependencies = [
"anyhow",
"glib-build-tools",

View file

@ -1,6 +1,5 @@
[package]
name = "lsfg-vk-ui"
version = "1.0.0"
edition = "2021"
[dependencies]