This repository has been archived on 2026-04-25. You can view files and clone it, but cannot push or open issues or pull requests.
YT-Physics/go.mod

9 lines
187 B
Modula-2
Raw Permalink Normal View History

2024-05-27 13:31:32 -05:00
module yt-phys
go 1.22.3
require (
github.com/go-gl/gl v0.0.0-20231021071112-07e5d0ea2e71 // indirect
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20240506104042-037f3cc74f2a // indirect
)