mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 03:51:18 +00:00
Added vector hash to release notes and change raylib dependency
This commit is contained in:
14
.github/workflows/main.yml
vendored
14
.github/workflows/main.yml
vendored
@@ -77,15 +77,15 @@ jobs:
|
|||||||
|
|
||||||
- name: Vendor-fetch
|
- name: Vendor-fetch
|
||||||
run: |
|
run: |
|
||||||
build\${{ matrix.build_type }}\c3c.exe vendor-fetch raylib55_v7
|
build\${{ matrix.build_type }}\c3c.exe vendor-fetch raylib55
|
||||||
|
|
||||||
- name: Try raylib5
|
- name: Try raylib5
|
||||||
run: |
|
run: |
|
||||||
cd resources
|
cd resources
|
||||||
..\build\${{ matrix.build_type }}\c3c.exe vendor-fetch raylib55_v7
|
..\build\${{ matrix.build_type }}\c3c.exe vendor-fetch raylib55
|
||||||
..\build\${{ matrix.build_type }}\c3c.exe compile --lib raylib55_v7 --print-linking examples\raylib\raylib_arkanoid.c3
|
..\build\${{ matrix.build_type }}\c3c.exe compile --lib raylib55 --print-linking examples\raylib\raylib_arkanoid.c3
|
||||||
..\build\${{ matrix.build_type }}\c3c.exe compile --lib raylib55_v7 --print-linking examples\raylib\raylib_snake.c3
|
..\build\${{ matrix.build_type }}\c3c.exe compile --lib raylib55 --print-linking examples\raylib\raylib_snake.c3
|
||||||
..\build\${{ matrix.build_type }}\c3c.exe compile --lib raylib55_v7 --print-linking examples\raylib\raylib_tetris.c3
|
..\build\${{ matrix.build_type }}\c3c.exe compile --lib raylib55 --print-linking examples\raylib\raylib_tetris.c3
|
||||||
|
|
||||||
- name: Compile run unit tests
|
- name: Compile run unit tests
|
||||||
run: |
|
run: |
|
||||||
@@ -158,7 +158,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Vendor-fetch
|
- name: Vendor-fetch
|
||||||
run: |
|
run: |
|
||||||
./build/c3c vendor-fetch raylib55_v7
|
./build/c3c vendor-fetch raylib55
|
||||||
|
|
||||||
- name: Build testproject lib
|
- name: Build testproject lib
|
||||||
run: |
|
run: |
|
||||||
@@ -642,7 +642,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Vendor-fetch
|
- name: Vendor-fetch
|
||||||
run: |
|
run: |
|
||||||
./build/c3c vendor-fetch raylib55_v7
|
./build/c3c vendor-fetch raylib55
|
||||||
|
|
||||||
- name: Compile and run some examples
|
- name: Compile and run some examples
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
@@ -4,7 +4,9 @@
|
|||||||
|
|
||||||
### Changes / improvements
|
### Changes / improvements
|
||||||
### Fixes
|
### Fixes
|
||||||
|
|
||||||
### Stdlib changes
|
### Stdlib changes
|
||||||
|
- Hash functions for integer vectors and arrays.
|
||||||
|
|
||||||
## 0.7.0 Change list
|
## 0.7.0 Change list
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user