diff --git a/hyprload.toml b/hyprload.toml deleted file mode 100644 index b612013..0000000 --- a/hyprload.toml +++ /dev/null @@ -1,14 +0,0 @@ -[wigglewobble] -description = "Wobbly windows for Hyprland" -author = "All-Purpose Mat" -## NOTE: version is omitted here because I don't like having multiple places -## to update the version string. Feel free to add it back in. -# -# version = "v0.0.0" - -[wigglewobble.build] -output = "build/src/wigglewobble.so" -steps = [ - "meson setup build", - "meson compile -Cbuild" -]