add godot
This commit is contained in:
parent
3c2fba5a1e
commit
db3848454d
6 changed files with 70 additions and 0 deletions
5
justfile
5
justfile
|
@ -1,2 +1,7 @@
|
|||
godot_project := "./godot-impl/project.godot"
|
||||
|
||||
run:
|
||||
nixGL zig build run
|
||||
|
||||
edit:
|
||||
nixGL godot {{godot_project}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue