diff --git a/examples/easings/easings/easings.gif b/examples/_easings/easings/easings.gif similarity index 100% rename from examples/easings/easings/easings.gif rename to examples/_easings/easings/easings.gif diff --git a/examples/easings/easings/main.go b/examples/_easings/easings/main.go similarity index 100% rename from examples/easings/easings/main.go rename to examples/_easings/easings/main.go diff --git a/examples/go.mod b/examples/go.mod index 4d4196d..0929d18 100644 --- a/examples/go.mod +++ b/examples/go.mod @@ -3,9 +3,7 @@ module examples go 1.19 require ( - github.com/gen2brain/raylib-go/easings v0.0.0-20230307112435-42e75c98a85b github.com/gen2brain/raylib-go/physics v0.0.0-20230307111832-5dcd22c1f844 - github.com/gen2brain/raylib-go/raygui v0.0.0-20230307111832-5dcd22c1f844 github.com/gen2brain/raylib-go/raylib v0.0.0-20230307112435-42e75c98a85b github.com/jakecoffman/cp v1.2.1 github.com/neguse/go-box2d-lite v0.0.0-20170921151050-5d8ed9b7272b diff --git a/examples/go.sum b/examples/go.sum index b5e73c3..722ec8e 100644 --- a/examples/go.sum +++ b/examples/go.sum @@ -1,9 +1,5 @@ -github.com/gen2brain/raylib-go/easings v0.0.0-20230307112435-42e75c98a85b h1:8/VPV5RCG7mRErq30R7nGJmtxR5rXGK4Ib8Xtf9LBGk= -github.com/gen2brain/raylib-go/easings v0.0.0-20230307112435-42e75c98a85b/go.mod h1:UuXithI7f7GZ22PJtaZDXHzWzdXx0OCyuxaakj9gt9k= github.com/gen2brain/raylib-go/physics v0.0.0-20230307111832-5dcd22c1f844 h1:Ujsq26uwt3Ee1Liif/A+61hUPEOeeRc24zZORP52Fko= github.com/gen2brain/raylib-go/physics v0.0.0-20230307111832-5dcd22c1f844/go.mod h1:Vf/TIMnolPj/pEnPQObb/cL481gg/La8CgwibfA9gx4= -github.com/gen2brain/raylib-go/raygui v0.0.0-20230307111832-5dcd22c1f844 h1:JqAaVMEbhuEWul4/GxWOtVSkB8zX2WDKT6Uk6A15JcE= -github.com/gen2brain/raylib-go/raygui v0.0.0-20230307111832-5dcd22c1f844/go.mod h1:ouMaUe1dTbnFZ7DNPPLAZSjcaYksvZAhupECWqJ4yKM= github.com/gen2brain/raylib-go/raylib v0.0.0-20230307112435-42e75c98a85b h1:YK1HMLMb37bDpjetVdsQYJ+J+40gavgbt+XP5FK3MKw= github.com/gen2brain/raylib-go/raylib v0.0.0-20230307112435-42e75c98a85b/go.mod h1:+NbsqGlEQqGqrsgJFF5Yj2dkvn0ML2SQb8RqM2hJsPU= github.com/jakecoffman/cp v1.2.1 h1:zkhc2Gpo9l4NLUZfeG3j33+3bQD7MkqPa+n5PdX+5mI=