mirror of
https://github.com/PancakeTAS/lsfg-vk.git
synced 2025-10-30 07:01:10 +00:00
enhancement(flatpakui): remove version information from most files
This commit is contained in:
parent
60d4e10c5c
commit
1ab4f2ef56
4 changed files with 3 additions and 4 deletions
|
|
@ -20,7 +20,6 @@ endif()
|
|||
|
||||
# main project
|
||||
project(lsfg-vk
|
||||
VERSION 1.0.0
|
||||
DESCRIPTION "Lossless Scaling Frame Generation on Linux"
|
||||
LANGUAGES CXX)
|
||||
|
||||
|
|
|
|||
|
|
@ -17,10 +17,11 @@
|
|||
<project_license>MIT</project_license>
|
||||
|
||||
<description>
|
||||
<p>lsfg-vk brings Lossless Scaling'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'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
2
ui/Cargo.lock
generated
|
|
@ -682,7 +682,7 @@ checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
|
|||
|
||||
[[package]]
|
||||
name = "lsfg-vk-ui"
|
||||
version = "1.0.0"
|
||||
version = "0.0.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"glib-build-tools",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
[package]
|
||||
name = "lsfg-vk-ui"
|
||||
version = "1.0.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue