aboutsummaryrefslogtreecommitdiff
path: root/mingling_core/src/asset/global_resource.rs
Commit message (Collapse)AuthorAgeFilesLines
* feat(macros): add async mutable resource injection for `#[chain]`魏曹先生2 days1-0/+38
| | | | | | | Support `&mut T` resource parameters in async chain functions by using an extract-store pattern that avoids holding mutable borrows across await points. Remove the previous compile-time rejection of this combination.
* Add unit and integration tests for mingling_coreWeicao-CatilGrass2026-06-091-0/+66
|
* Enhance code quality across the entire codebaseWeicao-CatilGrass2026-05-311-11/+8
|
* Update `modify_res` to return `Return` and rename internal method魏曹先生2026-05-211-4/+7
|
* Add mutable resource injection to `#[chain]` macro魏曹先生2026-05-161-0/+34
|
* Add `modify` method to `ResourceMarker` trait魏曹先生2026-05-151-2/+12
|
* Add support for resource injection in `#[chain]` macro魏曹先生2026-05-071-0/+6
|
* Restrict GlobalResources visibility to crate魏曹先生2026-05-021-1/+1
|
* Add global resource system to Program魏曹先生2026-04-271-0/+116