switch from raylib to capy
This commit is contained in:
parent
f5a5157e80
commit
b4202d4120
11 changed files with 56 additions and 103 deletions
7
justfile
7
justfile
|
@ -1,2 +1,7 @@
|
|||
alias b := build
|
||||
build:
|
||||
zig build
|
||||
|
||||
alias r := run
|
||||
run:
|
||||
nixGL zig build run
|
||||
zig build run
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue