dependabot[bot]
9dcd9b7cbd
Bump criterion from 0.5.1 to 0.8.2
...
Bumps [criterion](https://github.com/criterion-rs/criterion.rs ) from 0.5.1 to 0.8.2.
- [Release notes](https://github.com/criterion-rs/criterion.rs/releases )
- [Changelog](https://github.com/criterion-rs/criterion.rs/blob/master/CHANGELOG.md )
- [Commits](https://github.com/criterion-rs/criterion.rs/compare/0.5.1...criterion-v0.8.2 )
---
updated-dependencies:
- dependency-name: criterion
dependency-version: 0.8.2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-07 12:10:12 +00:00
dependabot[bot]
8c1765427e
Bump glam from 0.29.3 to 0.30.9
...
Bumps [glam](https://github.com/bitshifter/glam-rs ) from 0.29.3 to 0.30.9.
- [Changelog](https://github.com/bitshifter/glam-rs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/bitshifter/glam-rs/compare/0.29.3...0.30.9 )
---
updated-dependencies:
- dependency-name: glam
dependency-version: 0.30.9
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-07 12:08:57 +00:00
dependabot[bot]
9895101240
Bump bytemuck from 1.24.0 to 1.25.0
...
Bumps [bytemuck](https://github.com/Lokathor/bytemuck ) from 1.24.0 to 1.25.0.
- [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md )
- [Commits](https://github.com/Lokathor/bytemuck/compare/v1.24.0...v1.25.0 )
---
updated-dependencies:
- dependency-name: bytemuck
dependency-version: 1.25.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-07 00:40:37 +00:00
dependabot[bot]
a896618a92
Bump tracing-subscriber from 0.3.20 to 0.3.22
...
Bumps [tracing-subscriber](https://github.com/tokio-rs/tracing ) from 0.3.20 to 0.3.22.
- [Release notes](https://github.com/tokio-rs/tracing/releases )
- [Commits](https://github.com/tokio-rs/tracing/compare/tracing-subscriber-0.3.20...tracing-subscriber-0.3.22 )
---
updated-dependencies:
- dependency-name: tracing-subscriber
dependency-version: 0.3.22
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-07 00:40:10 +00:00
dependabot[bot]
37608702da
Bump time from 0.3.44 to 0.3.47 in the cargo group across 1 directory
...
Bumps the cargo group with 1 update in the / directory: [time](https://github.com/time-rs/time ).
Updates `time` from 0.3.44 to 0.3.47
- [Release notes](https://github.com/time-rs/time/releases )
- [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md )
- [Commits](https://github.com/time-rs/time/compare/v0.3.44...v0.3.47 )
---
updated-dependencies:
- dependency-name: time
dependency-version: 0.3.47
dependency-type: indirect
dependency-group: cargo
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-07 00:39:38 +00:00
dependabot[bot]
47125c8f79
Bump bytes from 1.11.0 to 1.11.1 in the cargo group across 1 directory
...
Bumps the cargo group with 1 update in the / directory: [bytes](https://github.com/tokio-rs/bytes ).
Updates `bytes` from 1.11.0 to 1.11.1
- [Release notes](https://github.com/tokio-rs/bytes/releases )
- [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md )
- [Commits](https://github.com/tokio-rs/bytes/compare/v1.11.0...v1.11.1 )
---
updated-dependencies:
- dependency-name: bytes
dependency-version: 1.11.1
dependency-type: direct:production
dependency-group: cargo
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-07 00:39:38 +00:00
34bbf3946a
Prepare v0.1.1 release for crates.io
...
- Rename `macros` crate to `libmarathon-macros` for better discoverability on crates.io
- Update all imports from `macros::` to `libmarathon_macros::`
- Add crates.io metadata (description, license, repository, homepage, etc.)
- Bump version to 0.1.1
- Add version requirement for libmarathon-macros dependency
2026-02-07 00:30:19 +00:00
fdba3903cc
chore(release): final release commit for 0.1.0
...
this commit includes a whole lotta fuck yeah, a whole lotta we fuckin
got this, and a lot of "please change the future."
i hope it works.
Signed-off-by: Sienna Meridian Satterwhite <sienna@r3t.io >
2026-02-06 20:10:51 +00:00
ffe529852d
checkpoint for the demo. almost!!
...
Signed-off-by: Sienna Meridian Satterwhite <sienna@r3t.io >
2026-01-05 19:41:38 +00:00
e890b0213a
honestly fixed so much and forgot to commit
...
Signed-off-by: Sienna Meridian Satterwhite <sienna@r3t.io >
2025-12-28 17:39:27 +00:00
a0c13be6d6
Add CLI arguments for multi-instance support
...
Added --db-path and --control-socket arguments to app binary to enable
running multiple instances simultaneously.
Updated marathonctl to use clap with --socket argument for targeting
different instances.
Enables multi-client testing with isolated databases and control sockets.
Refs #131 , #132
Signed-off-by: Sienna Meridian Satterwhite <sienna@r3t.io >
2025-12-24 11:58:30 +00:00
f3f8094530
Vendor Bevy rendering crates (Phase 1 complete)
...
Closes #6 , #7 , #8 , #9 , #10
Refs #2 , #122
Vendored bevy_render, bevy_core_pipeline, and bevy_pbr from Bevy v0.17.2
(commit 566358363126dd69f6e457e47f306c68f8041d2a) into libmarathon.
- ~51K LOC vendored to crates/libmarathon/src/render/
- Merged bevy_render_macros into crates/macros/
- Fixed 773→0 compilation errors
- Updated dependencies (encase 0.10→0.11, added 4 new deps)
- Removed bevy_render/pbr/core_pipeline from app Cargo features
All builds passing, macOS smoke test successful.
Signed-off-by: Sienna Meridian Satterwhite <sienna@r3t.io >
2025-12-24 00:04:24 +00:00
7b8fed178e
checkpoint before render engine vendoring
...
Signed-off-by: Sienna Meridian Satterwhite <sienna@r3t.io >
2025-12-17 22:40:51 +00:00
99e31b1157
removed bincode for rkyv
...
Signed-off-by: Sienna Meridian Satterwhite <sienna@r3t.io >
2025-12-17 19:20:34 +00:00
82ba23bfa2
first successful ipad build
...
Signed-off-by: Sienna Meridian Satterwhite <sienna@r3t.io >
2025-12-14 22:50:35 +00:00
5493faa1f1
vendored bevy_egui and removed legacy code :/
...
Signed-off-by: Sienna Meridian Satterwhite <sienna@r3t.io >
2025-12-14 20:25:55 +00:00
b0f62dae38
dried stuff
...
Signed-off-by: Sienna Meridian Satterwhite <sienna@r3t.io >
2025-12-13 22:50:13 +00:00
5cb258fe6b
initial arhitectural overhaul
...
Signed-off-by: Sienna Meridian Satterwhite <sienna@r3t.io >
2025-12-13 22:22:05 +00:00
b098a19d6b
initial commit for session and lock features
...
Signed-off-by: Sienna Meridian Satterwhite <sienna@r3t.io >
2025-12-12 20:18:41 +00:00
28c56defe7
initial working demo sans networking
...
Signed-off-by: Sienna Meridian Satterwhite <sienna@r3t.io >
2025-12-11 22:10:06 +00:00
1504807afe
code review results
...
Signed-off-by: Sienna Meridian Satterwhite <sienna@r3t.io >
2025-12-11 18:39:57 +00:00
2847e7236f
added persistence and networking
...
Signed-off-by: Sienna Meridian Satterwhite <sienna@r3t.io >
2025-12-09 22:21:58 +00:00
260ceae4c5
checkpoint
...
Signed-off-by: Sienna Meridian Satterwhite <sienna@r3t.io >
2025-12-04 19:49:48 +00:00
579b6bcabc
finished initial networking impl
...
Signed-off-by: Sienna Meridian Satterwhite <sienna@r3t.io >
2025-11-16 16:34:55 +00:00
1bd664fd2a
initial persistence commit
...
Signed-off-by: Sienna Meridian Satterwhite <sienna@r3t.io >
2025-11-16 11:50:16 +00:00
2bad250a04
initial commit
...
Signed-off-by: Sienna Meridian Satterwhite <sienna@r3t.io >
2025-11-15 23:42:12 +00:00