Commit graph

145 commits

Author SHA1 Message Date
022b4ab77c
feat: event based non-blocking logger 2025-04-22 21:03:50 +02:00
b0a395379f
feat: fix apt not finding gcc in ci/cd 2025-04-22 21:03:40 +02:00
6977064846
feat: add cross compilation without cargo-cross 2025-04-22 21:03:37 +02:00
34546aa496
feat: make ci/cd pipeline multi-target 2025-04-22 21:03:31 +02:00
1ea17ead55
feat: simplify ci/cd pipeline 2025-04-22 21:03:26 +02:00
0ab77f57e3
feat: add a WIP ci/cd pipeline 2025-04-22 21:03:23 +02:00
24f12934b4
Update .gitlab-ci.yml file 2025-04-22 21:03:15 +02:00
c624dfd673
chore: modify readme to use up to date information 2025-04-22 21:03:06 +02:00
f0b35de6be
feat: modify flakenix to include cargo utils 2025-04-22 21:03:02 +02:00
3ef88cb7c0
chore: broaden the support of ci/cd 2025-04-22 21:02:53 +02:00
d98d107675
feat: push logs to a dedicated buffer 2025-04-22 21:02:48 +02:00
4068020c6b
refactor: A new beginning 2025-04-22 21:02:45 +02:00
5d67247241
move Cross.toml to engine folder 2025-04-22 21:02:40 +02:00
2416e2730f
seperate nested cross commands 2025-04-22 21:02:33 +02:00
31f99d4edb
fix: temporarily switch to codeberg-small 2025-04-22 21:02:29 +02:00
16e0d75d9a
fix: configure cross with Cross.toml 2025-04-22 21:02:21 +02:00
d14c36a3a4
fix: specify docker in docker 2025-04-22 21:02:14 +02:00
5213400ccf
fix: cross cant find cargo 2025-04-22 21:02:11 +02:00
69129b1811
Merge branch 'main' of codeberg.org:Caznix/Zenyx 2025-04-22 21:02:04 +02:00
18a4e6cfba
fix:manually set up docker-in-docker 2025-04-22 21:01:58 +02:00
Speedy_Lex
5df988e918
Fix getting cache info on aarch64 2025-04-22 21:01:54 +02:00
0a970f0468
properly specify artifact uses 2025-04-22 21:01:48 +02:00
236caed861
feat:rework ci/cd to use cargo-cross 2025-04-22 21:01:42 +02:00
43285ea429
build: remove unused .cargo folder 2025-04-22 21:01:39 +02:00
Speedy_Lex
5b0c55ce84
Try fix CI artifacts 2025-04-22 21:01:33 +02:00
Speedy_Lex
43290a7ef6
Fix windows hanging on main window close 2025-04-22 21:01:28 +02:00
0eab8a1b51
fix: typo in arrch in workflow 2025-04-22 21:01:25 +02:00
6dc4b937dc
fix: sudo not intalled on runners 2025-04-22 21:01:20 +02:00
84dd7e44f3
fix: specify github source for actions-rs 2025-04-22 21:01:15 +02:00
db4f338467
fix: pkg-config cannot cross compile to different architectures 2025-04-22 21:01:12 +02:00
78c88d6b07
fix: dont use codeberg's broken ci/cd runners 2025-04-22 21:01:04 +02:00
4ca6424d1a
fix: workflow fails due to long file names 2025-04-22 21:00:59 +02:00
4882ecb4fc
fix: ci/cd workflow doesnt properly compile wayland 2025-04-22 21:00:56 +02:00
ba461e8a02
change github workflow to be forgejo compatible 2025-04-22 21:00:51 +02:00
019629ee7a
build: remove unused rust-toolchain.toml 2025-04-22 21:00:44 +02:00
87b9d7c7bd
feat: basic GUI terminal when pressing F12 2025-04-22 21:00:41 +02:00
9fb729569f
chore: run clippy and cargo fmt on pending changes 2025-04-22 21:00:36 +02:00
f5f45a9d1b
fix: build script generates dead code warnings if versioning data is not used 2025-04-22 21:00:31 +02:00
e97ec2aec1
build: remove regex dependency in favor of rust iterators 2025-04-22 21:00:28 +02:00
457a45313b
fix: running default Nix package doesnt provide runtime libraries 2025-04-22 21:00:19 +02:00
8f7eaa0b2b
feat: add more useful debug information to system metadata 2025-04-22 21:00:15 +02:00
a15b4e2785
update panic handler with system information 2025-04-22 21:00:12 +02:00
4df5ef2dfa
add window icon 2025-04-22 21:00:07 +02:00
668ca6d6b9
fix creating two event loops at once 2025-04-22 21:00:01 +02:00
248adc085d
Merge branch 'main' of codeberg.org:Caznix/Zenyx 2025-04-22 20:59:57 +02:00
ab8985b2c1
improve error handling and add metadata 2025-04-22 20:58:32 +02:00
3c7e677108
improve error handling 2025-04-22 20:58:26 +02:00
64fbf6a2d6
cross compile for windows and macOS 2025-04-22 20:58:20 +02:00
4eb31aaadb
show dialog on panic 2025-04-22 20:58:17 +02:00
Caznix
817d842ba5
Merge pull request 'Improve rendering and reduce rendering related crashes' from error_handling into main 2025-04-22 20:58:12 +02:00