chore: Release gpupaper version 0.1.2
Release / build (x86_64, ubuntu-latest, x86_64-unknown-linux-gnu) (push) Successful in 6m9s
Release / build (aarch64, aarch64, aarch64-unknown-linux-gnu) (push) Successful in 7m0s
Release / update-aur (push) Successful in 11s

This commit is contained in:
2026-06-09 15:14:27 +02:00
parent 20363b498c
commit 6571672df8
3 changed files with 3 additions and 3 deletions
Generated
+1 -1
View File
@@ -473,7 +473,7 @@ dependencies = [
[[package]] [[package]]
name = "gpupaper" name = "gpupaper"
version = "0.1.1" version = "0.1.2"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"bytemuck", "bytemuck",
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "gpupaper" name = "gpupaper"
version = "0.1.1" version = "0.1.2"
edition = "2021" edition = "2021"
[[bin]] [[bin]]
+1 -1
View File
@@ -1,6 +1,6 @@
# Maintainer: Bendik Aagaard Lynghaug <bendik.lynghaug@gmail.com> # Maintainer: Bendik Aagaard Lynghaug <bendik.lynghaug@gmail.com>
pkgname=gpupaper pkgname=gpupaper
pkgver=0.1.1 pkgver=0.1.2
pkgrel=1 pkgrel=1
pkgdesc="Wayland layer-surface wallpaper runner powered by GLSL/WGSL fragment shaders (wgpu)" pkgdesc="Wayland layer-surface wallpaper runner powered by GLSL/WGSL fragment shaders (wgpu)"
arch=('x86_64' 'aarch64') arch=('x86_64' 'aarch64')