Commit graph

50 commits

Author SHA1 Message Date
e408187bee
apply clippy changes 2025-04-22 20:51:57 +02:00
cf932adbc2
fix formatting 2025-04-22 20:51:53 +02:00
76ab2017f4
fix tokio runtime stack overflow due to recursion 2025-04-22 20:51:50 +02:00
ac08dbc3d2
exec .zenshell files + shell extensions
Co-authored-by: Tristan Poland (Trident_For_U) <tristanpoland@users.noreply.github.com>
2025-04-22 20:51:43 +02:00
48a02a70e6
check command similarity 2025-04-22 20:51:38 +02:00
259264ba78
change the look of autocompletion 2025-04-22 20:51:34 +02:00
757d6e715b
make repl support strings via both double and single quotes 2025-04-22 20:51:30 +02:00
1ad0ac7d9f
fix unwrap errors 2025-04-22 20:51:24 +02:00
26ec19294e
add rust formatting rules 2025-04-22 20:51:21 +02:00
9a2c17df90
print logging state upon change 2025-04-22 20:51:16 +02:00
6db64ee79e
Merge pull request from eatmynerds/rustyline-keyevents
Rustyline KeyEvents
2025-04-22 20:51:11 +02:00
eatmynerds
2c20f05a10
Control logging using key events 2025-04-22 20:51:08 +02:00
04c795eb11
Merge branch 'main' of https://github.com/Caznix/Zenyx 2025-04-22 20:51:03 +02:00
e955ce1480
Add release checking to rust workflow 2025-04-22 20:50:58 +02:00
ec84873450
Create dependabot.yml 2025-04-22 20:50:54 +02:00
0670995fbc
update main readme and add readme for Zephyr 2025-04-22 20:50:50 +02:00
2acf8f9452
add zephyr ECS subcrate 2025-04-22 20:50:45 +02:00
8e0fbe5ef5
Add press kit section 2025-04-22 20:50:39 +02:00
62b433668c
Remove seperate editor and xtask 2025-04-22 20:50:35 +02:00
1898e6ff42
replace reedline with rustyline 2025-04-22 20:50:27 +02:00
8eea0680e8
improve formatting 2025-04-22 20:50:23 +02:00
c4adc9f898
bump logo size 2025-04-22 20:50:20 +02:00
be7cb7f321
add readme with branding 2025-04-22 20:50:09 +02:00
12812aa83e
Merge branch 'main' of https://github.com/Caznix/Zenyx 2025-04-22 20:50:03 +02:00
50d562d2d3
remove --verbose from tests 2025-04-22 20:49:59 +02:00
Jason Spalti
80d5ef22e2
Refactor logging system to switch between stdout and file logging
* Refactor logging to switch between stdout and file logging

* Use "clear" instead of "tput reset" for unix

* Remove redundant comments
2025-04-22 20:49:54 +02:00
8abf4d88fb
Merge pull request from eatmynerds/repl
Add descriptions to commands and improve REPL display formatting
2025-04-22 20:49:51 +02:00
Jason Spalti
b4090dc4ad
Add descriptions to commands and improve REPL display formatting 2025-04-22 20:49:45 +02:00
42aa44d156
draw with wgpu 2025-04-22 20:49:41 +02:00
63e7c42820
WINIT WINDOW!!!! 2025-04-22 20:49:37 +02:00
8fc77ba881
no windows on arm 😔 2025-04-22 20:49:33 +02:00
93f9b14075
test of github actions will actually use aarch64 this time 2025-04-22 20:49:26 +02:00
af8a37ec48
rename output file to bin instead of binary 2025-04-22 20:49:20 +02:00
3c5e8ef75b
un seperate them cuz they compile twice? 2025-04-22 20:49:17 +02:00
883b3b01d6
seperate jobs 2025-04-22 20:49:09 +02:00
10507d79ea
run aarch64 in qemu??? im running out of ideas 2025-04-22 20:49:04 +02:00
6caa2cf831
disable fail-fast 2025-04-22 20:49:00 +02:00
87fe6b4bed
idfk at this point 2025-04-22 20:48:56 +02:00
2115706cc3
cross tools 2025-04-22 20:48:49 +02:00
dc13382970
only include binaries 2025-04-22 20:48:46 +02:00
16bce17aec
nvm 2025-04-22 20:48:41 +02:00
3fb99b65f9
maybe arm? 2025-04-22 20:48:37 +02:00
f4cd1023f7
fix cross compilation? 2025-04-22 20:48:29 +02:00
a741a6fa46
fix foreign architectures 2025-04-22 20:48:25 +02:00
0ca3e7c8f3
Merge branch 'main' of https://github.com/Caznix/Zenyx 2025-04-22 20:48:21 +02:00
b1f7f4694d
add multiple architectures 2025-04-22 20:48:17 +02:00
4569feed5c
Rename cargo.toml to Cargo.toml 2025-04-22 20:48:06 +02:00
4e637b8b61
test new workflow 2025-04-22 20:48:03 +02:00
d429c01fff
update workflow 2025-04-22 20:47:55 +02:00
b67bf13441
Basic repl 2025-04-22 20:47:50 +02:00