mirror of
https://github.com/PancakeTAS/lsfg-vk.git
synced 2025-10-30 07:01:10 +00:00
meta: update version number to 1.0.0
This commit is contained in:
parent
60ccaac64d
commit
3893d063f2
3 changed files with 3 additions and 3 deletions
|
|
@ -17,7 +17,7 @@ add_subdirectory(framegen)
|
|||
|
||||
# main project
|
||||
project(lsfg-vk
|
||||
VERSION 0.9.0
|
||||
VERSION 1.0.0
|
||||
DESCRIPTION "Lossless Scaling Frame Generation on Linux"
|
||||
LANGUAGES CXX)
|
||||
|
||||
|
|
|
|||
2
ui/Cargo.lock
generated
2
ui/Cargo.lock
generated
|
|
@ -682,7 +682,7 @@ checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
|
|||
|
||||
[[package]]
|
||||
name = "lsfg-vk-ui"
|
||||
version = "0.9.0"
|
||||
version = "1.0.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"glib-build-tools",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "lsfg-vk-ui"
|
||||
version = "0.9.0"
|
||||
version = "1.0.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue