이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
로그인
Archivist
/
raylib-src
의 미러
https://github.com/raysan5/raylib
보기
1
좋아요
0
포크
0
코드
이슈
0
릴리즈
24
위키
활동
소스 검색
Merge branch 'master' of
https://github.com/raysan5/raylib
pull/2503/head
Ray
2 년 전
부모
a28dfbae9f
023eb3380d
커밋
99841b8fde
7개의 변경된 파일
과
29개의 추가작업
그리고
0개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
.github/workflows/android.yml
+3
-0
.github/workflows/cmake.yml
+5
-0
.github/workflows/linux.yml
+3
-0
.github/workflows/linux_examples.yml
+5
-0
.github/workflows/macos.yml
+5
-0
.github/workflows/windows.yml
+3
-0
.github/workflows/windows_examples.yml
+ 5
- 0
.github/workflows/android.yml
파일 보기
@ -16,8 +16,13 @@ on:
release
:
types
:
[
published
]
permissions
:
contents
:
read
jobs
:
build
:
permissions
:
contents
:
write
# for actions/upload-release-asset to upload release asset
runs-on
:
windows-latest
strategy
:
fail-fast
:
false
+ 3
- 0
.github/workflows/cmake.yml
파일 보기
@ -23,6 +23,9 @@ env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
BUILD_TYPE
:
Release
permissions
:
contents
:
read
jobs
:
build_windows
:
name
:
Windows
Build
+ 5
- 0
.github/workflows/linux.yml
파일 보기
@ -15,8 +15,13 @@ on:
release
:
types
:
[
published
]
permissions
:
contents
:
read
jobs
:
build
:
permissions
:
contents
:
write
# for actions/upload-release-asset to upload release asset
runs-on
:
ubuntu-latest
strategy
:
fail-fast
:
false
+ 3
- 0
.github/workflows/linux_examples.yml
파일 보기
@ -14,6 +14,9 @@ on:
-
'examples/**'
-
'.github/workflows/linux_examples.yml'
permissions
:
contents
:
read
jobs
:
build
:
runs-on
:
ubuntu-latest
+ 5
- 0
.github/workflows/macos.yml
파일 보기
@ -15,8 +15,13 @@ on:
release
:
types
:
[
published
]
permissions
:
contents
:
read
jobs
:
build
:
permissions
:
contents
:
write
# for actions/upload-release-asset to upload release asset
runs-on
:
macos-latest
env
:
+ 5
- 0
.github/workflows/windows.yml
파일 보기
@ -15,8 +15,13 @@ on:
release
:
types
:
[
published
]
permissions
:
contents
:
read
jobs
:
build
:
permissions
:
contents
:
write
# for actions/upload-release-asset to upload release asset
runs-on
:
windows-latest
strategy
:
fail-fast
:
false
+ 3
- 0
.github/workflows/windows_examples.yml
파일 보기
@ -14,6 +14,9 @@ on:
-
'examples/**'
-
'.github/workflows/windows_examples.yml'
permissions
:
contents
:
read
jobs
:
build
:
runs-on
:
windows-latest
쓰기
미리보기
불러오는 중...
취소
저장