Skip to content

Commit f5e5080

Browse files
committed
Update quartz version
This pulls in a small fix for the drag thumbnail.
1 parent e3c7ba5 commit f5e5080

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.21)
1+
cmake_minimum_required(VERSION 3.31)
22
cmake_policy(SET CMP0048 NEW)
33
project(blobdrop VERSION 2.1 DESCRIPTION "Drag and drop files directly out of the terminal")
44

@@ -25,7 +25,7 @@ if (UNIX AND NOT APPLE)
2525
endif()
2626

2727
include(FetchContent)
28-
FetchContent_Declare(quartz GIT_REPOSITORY https://github.com/vimpostor/quartz.git GIT_TAG v0.8)
28+
FetchContent_Declare(quartz GIT_REPOSITORY https://github.com/vimpostor/quartz.git GIT_TAG v0.9)
2929
FetchContent_MakeAvailable(quartz)
3030

3131
list(APPEND LINK_LIBS ${PKGCONFIG_MODULES})

flake.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)