Bu web sitesi JavaScript ile daha iyi çalışır.
Ana Sayfa
Keşfet
Yardım
Giriş Yap
Archivist
/
raylib-src
şunun yansıması
https://github.com/raysan5/raylib
İzle
1
Yıldızla
0
Çatalla
0
Kod
Konular
0
Sürümler
24
Wiki
Aktivite
Kaynağa Gözat
Merge branch 'master' of
https://github.com/raysan5/raylib
pull/2503/head
Ray
2 yıl önce
ebeveyn
a28dfbae9f
023eb3380d
işleme
99841b8fde
7 değiştirilmiş dosya
ile
29 ekleme
ve
0 silme
Görünümü Böl
Diff Seçenekleri
İstatistikleri Göster
Yama Dosyasını İndir
Diff Dosyasını İndir
+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
Dosyayı Görüntüle
@ -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
Dosyayı Görüntüle
@ -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
Dosyayı Görüntüle
@ -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
Dosyayı Görüntüle
@ -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
Dosyayı Görüntüle
@ -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
Dosyayı Görüntüle
@ -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
Dosyayı Görüntüle
@ -14,6 +14,9 @@ on:
-
'examples/**'
-
'.github/workflows/windows_examples.yml'
permissions
:
contents
:
read
jobs
:
build
:
runs-on
:
windows-latest
Yaz
Önizleme
Yükleniyor…
İptal
Kaydet