fix: move commit pins to proper section

fix #19
This commit is contained in:
Virt 2024-08-14 16:18:56 +02:00
commit 69e050deee

View file

@ -1,3 +1,11 @@
[repository]
name = "dynamic-cursors"
authors = "Virt"
commit_pins = [
# v Hyprland v hypr-dynamic-cursors
["918d8340afd652b011b937d29d5eea0be08467f5", "f0409be76564171a97a792deabab3bd0528fe40c"], # v0.41.2
]
[dynamic-cursors] [dynamic-cursors]
description = "make your cursors more realistic" description = "make your cursors more realistic"
authors = ["Virt"] authors = ["Virt"]
@ -5,7 +13,3 @@ output = "out/dynamic-cursors.so"
build = [ build = [
"make all", "make all",
] ]
commit_pins = [
# v Hyprland v hypr-dynamic-cursors
["918d8340afd652b011b937d29d5eea0be08467f5", "f0409be76564171a97a792deabab3bd0528fe40c"], # v0.41.2
]