zorldo

Goofing around with Ebiten
git clone git://bsandro.tech/zorldo
Log | Files | Refs | README

ModeNameSize
-rw-r--r--.gitignore3L
-rw-r--r--README14L
-rw-r--r--assets/Inner.png17936B
-rw-r--r--assets/NPC_test.png1447B
-rw-r--r--assets/Overworld.png100846B
-rw-r--r--assets/basictiles.png7516B
-rw-r--r--assets/batch5.png194479B
-rw-r--r--assets/cave.png14384B
-rw-r--r--assets/character.png10952B
-rw-r--r--assets/characters_new.png9896B
-rw-r--r--assets/font.png2471B
-rw-r--r--assets/log.png4950B
-rw-r--r--assets/map0.json320L
-rw-r--r--assets/objects.png24209B
-rw-r--r--assets/overworld.json201L
-rw-r--r--assets/protag.png1217B
-rw-r--r--assets/things.png6885B
-rw-r--r--camera.go34L
-rw-r--r--character.go38L
-rw-r--r--gamemap.go191L
-rw-r--r--go.mod5L
-rw-r--r--go.sum66L
-rw-r--r--main.go118L
-rw-r--r--tiled/Zorldo.tiled-project10L
-rw-r--r--tiled/map0.tmx492L
-rw-r--r--tiled/npc_test.tsx36L
-rw-r--r--tiled/overworld.tsx69L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/GLFW_C_REVISION.txt1L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/LICENSE27L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/build.go53L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/build_cgo_hack.go18L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/c_glfw.go12L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/c_glfw_darwin.go14L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/c_glfw_freebsd.go29L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/c_glfw_lin.go29L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/c_glfw_windows.go13L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/context.go94L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/error.c3L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/error.go200L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/glfw.go125L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/LICENSE.md23L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/deps/dummy.go11L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/deps/getopt.c230L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/deps/getopt.h57L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/deps/glad/dummy.go4L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/deps/glad/gl.h3840L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/deps/glad/khrplatform.h282L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/deps/glad/vk_platform.h92L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/deps/glad/vulkan.h3480L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/deps/glad_gl.c1791L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/deps/glad_vulkan.c593L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/deps/linmath.h574L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/deps/mingw/_mingw_dxhelper.h117L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/deps/mingw/dinput.h2467L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/deps/mingw/dummy.go4L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/deps/mingw/xinput.h239L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/deps/nuklear.h25539L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/deps/nuklear_glfw_gl2.h381L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/deps/stb_image_write.h1048L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/deps/tinycthread.c594L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/deps/tinycthread.h443L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/deps/vs2008/dummy.go4L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/deps/vs2008/stdint.h247L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/include/GLFW/dummy.go4L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/include/GLFW/glfw3.h5905L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/include/GLFW/glfw3native.h525L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/cocoa_init.m623L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/cocoa_joystick.h50L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/cocoa_joystick.m487L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/cocoa_monitor.m631L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/cocoa_platform.h212L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/cocoa_time.c62L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/cocoa_window.m1843L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/context.c760L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/dummy.go4L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/egl_context.c787L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/egl_context.h215L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/glx_context.c698L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/glx_context.h181L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/init.c340L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/input.c1356L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/internal.h778L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/linux_joystick.c433L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/linux_joystick.h62L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/mappings.h476L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/monitor.c544L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/nsgl_context.h66L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/nsgl_context.m376L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/null_init.c52L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/null_joystick.c44L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/null_joystick.h31L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/null_monitor.c77L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/null_platform.h62L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/null_window.c332L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/osmesa_context.c372L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/osmesa_context.h94L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/posix_thread.c105L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/posix_thread.h51L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/posix_time.c87L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/posix_time.h44L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/vulkan.c332L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/wayland-idle-inhibit-unstable-v1-client-protocol.c68L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/wayland-idle-inhibit-unstable-v1-client-protocol.h230L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/wayland-pointer-constraints-unstable-v1-client-protocol.c108L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/wayland-pointer-constraints-unstable-v1-client-protocol.h649L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/wayland-relative-pointer-unstable-v1-client-protocol.c79L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/wayland-relative-pointer-unstable-v1-client-protocol.h295L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/wayland-viewporter-client-protocol.c74L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/wayland-viewporter-client-protocol.h408L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/wayland-xdg-decoration-client-protocol.h376L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/wayland-xdg-decoration-unstable-v1-client-protocol.c75L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/wayland-xdg-shell-client-protocol.c181L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/wayland-xdg-shell-client-protocol.h1988L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/wgl_context.c796L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/wgl_context.h160L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/win32_init.c637L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/win32_joystick.c755L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/win32_joystick.h56L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/win32_monitor.c537L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/win32_platform.h469L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/win32_thread.c99L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/win32_time.c76L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/win32_window.c2291L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/window.c1102L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/wl_init.c1324L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/wl_monitor.c233L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/wl_platform.h359L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/wl_window.c1903L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/x11_init.c1211L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/x11_monitor.c614L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/x11_platform.h451L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/x11_window.c3188L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/xkb_unicode.c942L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/xkb_unicode.h28L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/glfw_tree_rebuild.go10L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/go.mod3L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/input.c49L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/input.go973L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/monitor.c19L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/monitor.go267L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/native_darwin.go40L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/native_linbsd.go66L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/native_windows.go36L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/time.go42L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/util.go23L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/vulkan.go85L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/window.c40L
-rw-r--r--vendor/github.com/go-gl/glfw/v3.3/glfw/window.go1023L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/.gitattributes2L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/.gitignore6L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/AUTHORS62L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/CODE_OF_CONDUCT.md3L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/CONTRIBUTING.md51L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/LICENSE201L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/README.md59L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/colorm.go120L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/cursor.go40L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/debug_ebitendebug.go22L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/debug_notebitendebug.go22L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/doc.go81L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/ebitenutil/debugprint.go76L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/ebitenutil/doc.go16L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/ebitenutil/file_js.go42L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/ebitenutil/file_notjs.go35L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/ebitenutil/internal/assets/assets.go53L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/ebitenutil/internal/assets/license.md19L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/ebitenutil/internal/assets/text.png2058B
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/ebitenutil/internal/assets/textrgba.go5L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/ebitenutil/io.go25L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/ebitenutil/loadimage.go60L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/ebitenutil/shapes.go69L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/ebitenutil/url.go42L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/gamepad.go102L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/generate.go22L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/geom.go220L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/go.mod19L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/go.sum76L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/goversion.go22L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/graphics.go89L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/image.go870L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/imagedumper_desktop.go180L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/imagedumper_notdesktop.go31L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/imagetobytes.go90L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/init.go25L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/input.go302L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/inpututil/inpututil.go448L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/affine/affine.go29L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/affine/colorm.go738L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/atlas/image.go824L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/atlas/shader.go56L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/buffered/command.go92L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/buffered/image.go258L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/clock/clock.go157L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/clock/now.go27L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/debug/debug_ebitendebug.go28L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/debug/debug_notebitendebug.go23L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/devicescale/devicescale.go56L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/devicescale/impl_android.go105L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/devicescale/impl_desktop.go40L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/devicescale/impl_ios.go32L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/devicescale/impl_js.go35L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/driver/compositemode.go88L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/driver/cursor.go34L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/driver/event.go272L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/driver/filter.go31L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/driver/gamepadbutton.go91L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/driver/graphics.go103L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/driver/input.go40L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/driver/keys.go351L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/driver/modifier.go25L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/driver/mousebutton.go23L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/driver/ui.go109L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/gamepaddb/gamecontrollerdb.txt1491L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/gamepaddb/gamecontrollerdb.txt.go5L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/gamepaddb/gamepaddb.go503L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/gamepaddb/gamepaddb_ios.go20L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/gamepaddb/gamepaddb_notios.go20L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/glfw/Dockerfile11L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/glfw/callback_notwindows.go90L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/glfw/callback_windows.go71L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/glfw/const.go170L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/glfw/gen.sh1L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/glfw/generate.go19L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/glfw/glfw_notwindows.go364L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/glfw/glfw_windows.go555L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/glfw/glfwdll_windows_386.go5L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/glfw/glfwdll_windows_amd64.go5L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/glfw/glfwdllhash_windows_386.go5L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/glfw/glfwdllhash_windows_amd64.go5L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/glfw/keys.go132L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/glfw/load_windows.go196L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/glfw/native_darwin.go19L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/glfw/native_windows.go21L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/glfw/tools.go23L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/glfw/type.go35L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/graphics/math.go36L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/graphics/vertex.go180L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/graphicscommand/command.go698L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/graphicscommand/doc.go16L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/graphicscommand/image.go254L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/graphicscommand/shader.go41L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/graphicscommand/thread.go36L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/graphicsdriver/metal/README.md5L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/graphicsdriver/metal/ca/ca_darwin.go199L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/graphicsdriver/metal/ca/ca_darwin.h37L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/graphicsdriver/metal/ca/ca_darwin.m116L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/graphicsdriver/metal/graphics.go1255L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/graphicsdriver/metal/mtl/mtl_darwin.go1081L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/graphicsdriver/metal/mtl/mtl_darwin.h218L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/graphicsdriver/metal/mtl/mtl_darwin.m439L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/graphicsdriver/metal/ns/ns_darwin.go83L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/graphicsdriver/metal/ns/ns_darwin.h21L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/graphicsdriver/metal/ns/ns_darwin.m32L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/graphicsdriver/metal/shader.go132L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/graphicsdriver/metal/view.go115L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/graphicsdriver/metal/view_ios.go72L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/graphicsdriver/metal/view_macos.go63L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/graphicsdriver/opengl/bytes.go45L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/graphicsdriver/opengl/context.go128L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/graphicsdriver/opengl/context_desktop.go527L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/graphicsdriver/opengl/context_js.go653L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/graphicsdriver/opengl/context_mobile.go493L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/graphicsdriver/opengl/context_notwebgl1.go20L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/graphicsdriver/opengl/context_notx.go22L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/graphicsdriver/opengl/context_webgl1.go20L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/graphicsdriver/opengl/context_x.go47L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/graphicsdriver/opengl/defaultshader.go286L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/graphicsdriver/opengl/framebuffer.go51L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/graphicsdriver/opengl/gl/LICENSE21L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/graphicsdriver/opengl/gl/README.md5L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/graphicsdriver/opengl/gl/conversions.go53L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/graphicsdriver/opengl/gl/conversions_notwindows.go44L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/graphicsdriver/opengl/gl/conversions_windows.go51L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/graphicsdriver/opengl/gl/package.go97L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/graphicsdriver/opengl/gl/package_notwindows.go1105L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/graphicsdriver/opengl/gl/package_windows.go686L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/graphicsdriver/opengl/gl/package_x.go35L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/graphicsdriver/opengl/gl/procaddr_notwindows.go56L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/graphicsdriver/opengl/gl/procaddr_windows.go30L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/graphicsdriver/opengl/gl_js.go177L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/graphicsdriver/opengl/gles/const.go75L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/graphicsdriver/opengl/gles/default.go364L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/graphicsdriver/opengl/gles/gomobile.go353L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/graphicsdriver/opengl/gles/interface.go90L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/graphicsdriver/opengl/gles/str.go40L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/graphicsdriver/opengl/graphics.go381L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/graphicsdriver/opengl/graphics_mobile.go32L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/graphicsdriver/opengl/image.go136L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/graphicsdriver/opengl/locationcache.go44L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/graphicsdriver/opengl/program.go340L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/graphicsdriver/opengl/shader.go76L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/graphicsdriver/opengl/shader_desktop.go26L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/graphicsdriver/opengl/shader_js.go29L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/graphicsdriver/opengl/shader_mobile.go26L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/hooks/hooks.go87L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/jsutil/buf_js.go115L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/jsutil/doc_js.go19L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/jsutil/slice_js.go105L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/mipmap/mipmap.go329L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/packing/packing.go337L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/png/generate.go21L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/png/stdlibfuzz.go55L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/png/stdlibpaeth.go73L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/png/stdlibreader.go1037L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/png/stdlibwriter.go638L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/restorable/const_android.go19L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/restorable/const_js.go24L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/restorable/const_others.go22L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/restorable/doc.go68L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/restorable/image.go675L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/restorable/images.go303L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/restorable/rect.go119L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/restorable/shader.go45L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/shader/expr.go648L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/shader/shader.go844L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/shader/stmt.go689L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/shader/type.go100L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/shaderir/glsl/glsl.go609L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/shaderir/glsl/type.go82L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/shaderir/metal/metal.go502L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/shaderir/metal/type.go111L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/shaderir/program.go401L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/shaderir/type.go188L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/thread/thread.go86L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/uidriver/glfw/graphics_darwin.go69L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/uidriver/glfw/graphics_opengl.go27L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/uidriver/glfw/hideconsole_notwindows.go21L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/uidriver/glfw/hideconsole_windows.go95L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/uidriver/glfw/input.go443L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/uidriver/glfw/keys.go243L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/uidriver/glfw/run_notsinglethread.go92L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/uidriver/glfw/run_singlethread.go52L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/uidriver/glfw/ui.go1692L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/uidriver/glfw/ui_darwin.go198L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/uidriver/glfw/ui_unix.go177L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/uidriver/glfw/ui_windows.go213L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/uidriver/glfw/window.go284L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/uidriver/js/input_js.go508L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/uidriver/js/keys_js.go233L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/uidriver/js/ui_js.go661L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/uidriver/mobile/graphics_ios.go34L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/uidriver/mobile/graphics_opengl.go27L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/uidriver/mobile/input.go228L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/uidriver/mobile/keys.go128L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/internal/uidriver/mobile/ui.go492L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/keys.go927L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/mousebuttons.go29L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/run.go457L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/run_mobile.go30L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/shader.go235L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/uicontext.go243L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/uidriver_glfw.go30L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/uidriver_js.go24L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/uidriver_mobile.go27L
-rw-r--r--vendor/github.com/hajimehoshi/ebiten/v2/window.go362L
-rw-r--r--vendor/github.com/jezek/xgb/.gitignore2L
-rw-r--r--vendor/github.com/jezek/xgb/AUTHORS18L
-rw-r--r--vendor/github.com/jezek/xgb/CONTRIBUTORS39L
-rw-r--r--vendor/github.com/jezek/xgb/LICENSE42L
-rw-r--r--vendor/github.com/jezek/xgb/Makefile80L
-rw-r--r--vendor/github.com/jezek/xgb/README62L
-rw-r--r--vendor/github.com/jezek/xgb/STYLE29L
-rw-r--r--vendor/github.com/jezek/xgb/auth.go110L
-rw-r--r--vendor/github.com/jezek/xgb/conn.go186L
-rw-r--r--vendor/github.com/jezek/xgb/cookie.go178L
-rw-r--r--vendor/github.com/jezek/xgb/doc.go146L
-rw-r--r--vendor/github.com/jezek/xgb/help.go105L
-rw-r--r--vendor/github.com/jezek/xgb/randr/randr.go5918L
-rw-r--r--vendor/github.com/jezek/xgb/render/render.go4049L
-rw-r--r--vendor/github.com/jezek/xgb/sync.go29L
-rw-r--r--vendor/github.com/jezek/xgb/testingTools.go426L
-rw-r--r--vendor/github.com/jezek/xgb/xgb.go608L
-rw-r--r--vendor/github.com/jezek/xgb/xproto/xproto.go14910L
-rw-r--r--vendor/golang.org/x/exp/AUTHORS3L
-rw-r--r--vendor/golang.org/x/exp/CONTRIBUTORS3L
-rw-r--r--vendor/golang.org/x/exp/LICENSE27L
-rw-r--r--vendor/golang.org/x/exp/PATENTS22L
-rw-r--r--vendor/golang.org/x/exp/shiny/driver/gldriver/buffer.go32L
-rw-r--r--vendor/golang.org/x/exp/shiny/driver/gldriver/cocoa.go671L
-rw-r--r--vendor/golang.org/x/exp/shiny/driver/gldriver/cocoa.m334L
-rw-r--r--vendor/golang.org/x/exp/shiny/driver/gldriver/context.go37L
-rw-r--r--vendor/golang.org/x/exp/shiny/driver/gldriver/egl.go106L
-rw-r--r--vendor/golang.org/x/exp/shiny/driver/gldriver/gldriver.go133L
-rw-r--r--vendor/golang.org/x/exp/shiny/driver/gldriver/other.go31L
-rw-r--r--vendor/golang.org/x/exp/shiny/driver/gldriver/screen.go149L
-rw-r--r--vendor/golang.org/x/exp/shiny/driver/gldriver/texture.go160L
-rw-r--r--vendor/golang.org/x/exp/shiny/driver/gldriver/win32.go357L
-rw-r--r--vendor/golang.org/x/exp/shiny/driver/gldriver/window.go389L
-rw-r--r--vendor/golang.org/x/exp/shiny/driver/gldriver/x11.c328L
-rw-r--r--vendor/golang.org/x/exp/shiny/driver/gldriver/x11.go318L
-rw-r--r--vendor/golang.org/x/exp/shiny/driver/internal/drawer/drawer.go34L
-rw-r--r--vendor/golang.org/x/exp/shiny/driver/internal/errscreen/errscreen.go25L
-rw-r--r--vendor/golang.org/x/exp/shiny/driver/internal/event/event.go68L
-rw-r--r--vendor/golang.org/x/exp/shiny/driver/internal/lifecycler/lifecycler.go80L
-rw-r--r--vendor/golang.org/x/exp/shiny/driver/internal/win32/key.go350L
-rw-r--r--vendor/golang.org/x/exp/shiny/driver/internal/win32/syscall.go7L
-rw-r--r--vendor/golang.org/x/exp/shiny/driver/internal/win32/syscall_windows.go186L
-rw-r--r--vendor/golang.org/x/exp/shiny/driver/internal/win32/win32.go518L
-rw-r--r--vendor/golang.org/x/exp/shiny/driver/internal/win32/zsyscall_windows.go293L
-rw-r--r--vendor/golang.org/x/exp/shiny/driver/internal/x11key/table.go1577L
-rw-r--r--vendor/golang.org/x/exp/shiny/driver/internal/x11key/x11key.go311L
-rw-r--r--vendor/golang.org/x/exp/shiny/screen/screen.go354L
-rw-r--r--vendor/golang.org/x/image/AUTHORS3L
-rw-r--r--vendor/golang.org/x/image/CONTRIBUTORS3L
-rw-r--r--vendor/golang.org/x/image/LICENSE27L
-rw-r--r--vendor/golang.org/x/image/PATENTS22L
-rw-r--r--vendor/golang.org/x/image/math/f64/f64.go37L
-rw-r--r--vendor/golang.org/x/mobile/AUTHORS3L
-rw-r--r--vendor/golang.org/x/mobile/CONTRIBUTORS3L
-rw-r--r--vendor/golang.org/x/mobile/LICENSE27L
-rw-r--r--vendor/golang.org/x/mobile/PATENTS22L
-rw-r--r--vendor/golang.org/x/mobile/app/GoNativeActivity.java67L
-rw-r--r--vendor/golang.org/x/mobile/app/android.c200L
-rw-r--r--vendor/golang.org/x/mobile/app/android.go821L
-rw-r--r--vendor/golang.org/x/mobile/app/app.go214L
-rw-r--r--vendor/golang.org/x/mobile/app/darwin_desktop.go496L
-rw-r--r--vendor/golang.org/x/mobile/app/darwin_desktop.m249L
-rw-r--r--vendor/golang.org/x/mobile/app/darwin_ios.go216L
-rw-r--r--vendor/golang.org/x/mobile/app/darwin_ios.m165L
-rw-r--r--vendor/golang.org/x/mobile/app/doc.go85L
-rw-r--r--vendor/golang.org/x/mobile/app/internal/callfn/callfn.go17L
-rw-r--r--vendor/golang.org/x/mobile/app/internal/callfn/callfn_386.s11L
-rw-r--r--vendor/golang.org/x/mobile/app/internal/callfn/callfn_amd64.s11L
-rw-r--r--vendor/golang.org/x/mobile/app/internal/callfn/callfn_arm.s11L
-rw-r--r--vendor/golang.org/x/mobile/app/internal/callfn/callfn_arm64.s11L
-rw-r--r--vendor/golang.org/x/mobile/app/shiny.go71L
-rw-r--r--vendor/golang.org/x/mobile/app/x11.c173L
-rw-r--r--vendor/golang.org/x/mobile/app/x11.go123L
-rw-r--r--vendor/golang.org/x/mobile/event/key/code_string.go60L
-rw-r--r--vendor/golang.org/x/mobile/event/key/key.go270L
-rw-r--r--vendor/golang.org/x/mobile/event/lifecycle/lifecycle.go135L
-rw-r--r--vendor/golang.org/x/mobile/event/mouse/mouse.go90L
-rw-r--r--vendor/golang.org/x/mobile/event/paint/paint.go24L
-rw-r--r--vendor/golang.org/x/mobile/event/size/size.go92L
-rw-r--r--vendor/golang.org/x/mobile/event/touch/touch.go72L
-rw-r--r--vendor/golang.org/x/mobile/geom/geom.go102L
-rw-r--r--vendor/golang.org/x/mobile/gl/consts.go657L
-rw-r--r--vendor/golang.org/x/mobile/gl/dll_windows.go243L
-rw-r--r--vendor/golang.org/x/mobile/gl/doc.go66L
-rw-r--r--vendor/golang.org/x/mobile/gl/fn.go210L
-rw-r--r--vendor/golang.org/x/mobile/gl/gl.go1853L
-rw-r--r--vendor/golang.org/x/mobile/gl/gldebug.go3674L
-rw-r--r--vendor/golang.org/x/mobile/gl/interface.go889L
-rw-r--r--vendor/golang.org/x/mobile/gl/types_debug.go83L
-rw-r--r--vendor/golang.org/x/mobile/gl/types_prod.go94L
-rw-r--r--vendor/golang.org/x/mobile/gl/work.c556L
-rw-r--r--vendor/golang.org/x/mobile/gl/work.go174L
-rw-r--r--vendor/golang.org/x/mobile/gl/work.h217L
-rw-r--r--vendor/golang.org/x/mobile/gl/work_other.go37L
-rw-r--r--vendor/golang.org/x/mobile/gl/work_windows.go569L
-rw-r--r--vendor/golang.org/x/mobile/gl/work_windows_386.s9L
-rw-r--r--vendor/golang.org/x/mobile/gl/work_windows_amd64.s12L
-rw-r--r--vendor/golang.org/x/mobile/internal/mobileinit/ctx_android.go124L
-rw-r--r--vendor/golang.org/x/mobile/internal/mobileinit/mobileinit.go11L
-rw-r--r--vendor/golang.org/x/mobile/internal/mobileinit/mobileinit_android.go93L
-rw-r--r--vendor/golang.org/x/mobile/internal/mobileinit/mobileinit_ios.go41L
-rw-r--r--vendor/golang.org/x/sync/AUTHORS3L
-rw-r--r--vendor/golang.org/x/sync/CONTRIBUTORS3L
-rw-r--r--vendor/golang.org/x/sync/LICENSE27L
-rw-r--r--vendor/golang.org/x/sync/PATENTS22L
-rw-r--r--vendor/golang.org/x/sync/errgroup/errgroup.go66L
-rw-r--r--vendor/golang.org/x/sys/AUTHORS3L
-rw-r--r--vendor/golang.org/x/sys/CONTRIBUTORS3L
-rw-r--r--vendor/golang.org/x/sys/LICENSE27L
-rw-r--r--vendor/golang.org/x/sys/PATENTS22L
-rw-r--r--vendor/golang.org/x/sys/internal/unsafeheader/unsafeheader.go30L
-rw-r--r--vendor/golang.org/x/sys/windows/aliases.go13L
-rw-r--r--vendor/golang.org/x/sys/windows/dll_windows.go416L
-rw-r--r--vendor/golang.org/x/sys/windows/empty.s9L
-rw-r--r--vendor/golang.org/x/sys/windows/env_windows.go54L
-rw-r--r--vendor/golang.org/x/sys/windows/eventlog.go20L
-rw-r--r--vendor/golang.org/x/sys/windows/exec_windows.go195L
-rw-r--r--vendor/golang.org/x/sys/windows/memory_windows.go37L
-rw-r--r--vendor/golang.org/x/sys/windows/mkerrors.bash70L
-rw-r--r--vendor/golang.org/x/sys/windows/mkknownfolderids.bash27L
-rw-r--r--vendor/golang.org/x/sys/windows/mksyscall.go9L
-rw-r--r--vendor/golang.org/x/sys/windows/race.go30L
-rw-r--r--vendor/golang.org/x/sys/windows/race0.go25L
-rw-r--r--vendor/golang.org/x/sys/windows/security_windows.go1444L
-rw-r--r--vendor/golang.org/x/sys/windows/service.go237L
-rw-r--r--vendor/golang.org/x/sys/windows/setupapierrors_windows.go100L
-rw-r--r--vendor/golang.org/x/sys/windows/str.go22L
-rw-r--r--vendor/golang.org/x/sys/windows/syscall.go112L
-rw-r--r--vendor/golang.org/x/sys/windows/syscall_windows.go1672L
-rw-r--r--vendor/golang.org/x/sys/windows/types_windows.go2775L
-rw-r--r--vendor/golang.org/x/sys/windows/types_windows_386.go35L
-rw-r--r--vendor/golang.org/x/sys/windows/types_windows_amd64.go34L
-rw-r--r--vendor/golang.org/x/sys/windows/types_windows_arm.go35L
-rw-r--r--vendor/golang.org/x/sys/windows/types_windows_arm64.go34L
-rw-r--r--vendor/golang.org/x/sys/windows/zerrors_windows.go9468L
-rw-r--r--vendor/golang.org/x/sys/windows/zknownfolderids_windows.go149L
-rw-r--r--vendor/golang.org/x/sys/windows/zsyscall_windows.go3659L
-rw-r--r--vendor/modules.txt79L