Skip to content

Commit

Permalink
Fix: It can now compile
Browse files Browse the repository at this point in the history
  • Loading branch information
DRAGONTOS committed Nov 23, 2023
1 parent c27f203 commit ca0a948
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
*.pdb

# Kernel Module Compile Results
*.mod*
*.cmd
.tmp_versions/
modules.order
Expand Down
11 changes: 11 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
module hyprland-share-picker

go 1.21.4

require (
github.com/diamondburned/gotk4/pkg v0.0.5 // indirect
github.com/edjubert/hyprland-ipc-go v0.0.26 // indirect
github.com/edjubert/hyprland-share-picker-gtk v0.0.1 // indirect
go4.org/unsafe/assume-no-moving-gc v0.0.0-20231121144256-b99613f794b6 // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
)
14 changes: 14 additions & 0 deletions hyprland-share-picker/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
module github.com/DRAGONTOS/xdg-desktop-portal-hyprland/hyprland-share-picker

go 1.21.4

require (
github.com/diamondburned/gotk4/pkg v0.0.5
github.com/edjubert/hyprland-ipc-go v0.0.26
github.com/edjubert/hyprland-share-picker-gtk v0.0.1
)

require (
go4.org/unsafe/assume-no-moving-gc v0.0.0-20230221090011-e4bae7ad2296 // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
)

0 comments on commit ca0a948

Please sign in to comment.