-
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
31 additions
and
84 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,26 @@ | ||
module github.com/ysoldak/HeadTracker | ||
|
||
go 1.22 | ||
go 1.23 | ||
|
||
require ( | ||
github.com/go-gl/mathgl v1.1.0 | ||
github.com/go-gl/mathgl v1.2.0 | ||
github.com/tracktum/go-ahrs v1.0.0 | ||
tinygo.org/x/bluetooth v0.8.0 | ||
tinygo.org/x/drivers v0.27.0 | ||
tinygo.org/x/bluetooth v0.11.0 | ||
tinygo.org/x/drivers v0.29.0 | ||
tinygo.org/x/tinydraw v0.4.0 | ||
tinygo.org/x/tinyfont v0.4.0 | ||
) | ||
|
||
require ( | ||
github.com/fatih/structs v1.1.0 // indirect | ||
github.com/go-ole/go-ole v1.2.6 // indirect | ||
github.com/godbus/dbus/v5 v5.1.0 // indirect | ||
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect | ||
github.com/muka/go-bluetooth v0.0.0-20221213043340-85dc80edc4e1 // indirect | ||
github.com/saltosystems/winrt-go v0.0.0-20230921082907-2ab5b7d431e1 // indirect | ||
github.com/saltosystems/winrt-go v0.0.0-20240509164145-4f7860a3bd2b // indirect | ||
github.com/sirupsen/logrus v1.9.3 // indirect | ||
github.com/soypat/cyw43439 v0.0.0-20241116210509-ae1ce0e084c5 // indirect | ||
github.com/soypat/seqs v0.0.0-20240527012110-1201bab640ef // indirect | ||
github.com/tinygo-org/cbgo v0.0.4 // indirect | ||
golang.org/x/image v0.7.0 // indirect | ||
github.com/tinygo-org/pio v0.0.0-20231216154340-cd888eb58899 // indirect | ||
golang.org/x/exp v0.0.0-20230728194245-b0cb94b80691 // indirect | ||
golang.org/x/sys v0.11.0 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters