mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
parent
a69bf41d33
commit
797f42b839
@ -1,10 +1,11 @@
|
||||
FROM debian:testing
|
||||
FROM debian:buster
|
||||
|
||||
# For the version of gcc-mingw-w64, see https://packages.debian.org/bullseye/gcc-mingw-w64-x86-64
|
||||
# For the version of gcc-mingw-w64, see https://packages.debian.org/buster/gcc-mingw-w64-x86-64
|
||||
RUN apt-get update && apt-get install -y \
|
||||
git \
|
||||
ca-certificates \
|
||||
golang \
|
||||
gcc-mingw-w64=10.2.1-6+24.1 \
|
||||
gcc-mingw-w64=8.3.0-6+21.3~deb10u1 \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
WORKDIR /work
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -2,4 +2,4 @@
|
||||
|
||||
package glfw
|
||||
|
||||
const glfwDLLHash = "07d08703f5616790dc7aaf0fadce94ecdb28591f0064cbbc1b5d75f021f6f758"
|
||||
const glfwDLLHash = "e6422fe98c4089e2a7f8ddc41f94ecb156dfda774974326280946db1770543ba"
|
||||
|
@ -2,4 +2,4 @@
|
||||
|
||||
package glfw
|
||||
|
||||
const glfwDLLHash = "083d57bfc7cfc98e2066b4b99736d0c475d65b7469ee90d2511b38f38b668873"
|
||||
const glfwDLLHash = "341ab581d5dff977d7b7596a64e5a77e4e730bfce307c4dcf086ca07359a38d1"
|
||||
|
Loading…
Reference in New Issue
Block a user