Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f90f1ec

Browse files
committedJan 24, 2025·
vkconfig3: Add dark mode, using the OS style automatically
1 parent 3f129d0 commit f90f1ec

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+251
-110
lines changed
 

‎.github/workflows/ci.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ jobs:
2929
steps:
3030
- uses: actions/checkout@v4
3131
- name: Install Qt
32-
uses: jurplel/install-qt-action@v3
32+
uses: jurplel/install-qt-action@v4
33+
with:
34+
version: '6.5.3'
3335
- name: Test Minimum CMake Version
3436
uses: lukka/get-cmake@latest
3537
with:
@@ -51,7 +53,9 @@ jobs:
5153
runs-on: ubuntu-latest
5254
steps:
5355
- name: Install Qt
54-
uses: jurplel/install-qt-action@v3
56+
uses: jurplel/install-qt-action@v4
57+
with:
58+
version: '6.5.3'
5559
- name: Clone repository
5660
uses: actions/checkout@v4
5761
- run: sudo apt-get -qq update && sudo apt-get install -y libwayland-dev xorg-dev

‎vkconfig_gui/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Vulkan Configurator 3.1.0 - XXX 2025
2+
[Vulkan SDK 1.4.3XX.0](https://github.com/LunarG/VulkanTools/tree/main)
3+
4+
15
## Vulkan Configurator 3.0.0 - February 2025
26
[Vulkan SDK 1.4.304.1](https://github.com/LunarG/VulkanTools/tree/vulkan-sdk-1.4.304.1)
37

@@ -30,6 +34,9 @@
3034
- Fix upgrade of built-in configuration that got updated using layers configuration versioning
3135
- Add the list of all availalble environment variables for each settings in documentation generation
3236

37+
### Deprecation:
38+
- Requires Vulkan Loader 1.4.304 or newer
39+
3340
## Vulkan Configurator 2.6.3 - January 2025
3441
[Vulkan SDK 1.4.304.0](https://github.com/LunarG/VulkanTools/tree/vulkan-sdk-1.4.304.0)
3542
- Final build

0 commit comments

Comments
 (0)
Please sign in to comment.