aboutsummaryrefslogtreecommitdiff
path: root/examples/late-resources.rs
AgeCommit message (Collapse)Author
2018-11-03v0.4.0Jorge Aparicio
closes #32 closes #33
2018-08-24more fixesJorge Aparicio
2017-12-09implement the Resource trait for owned resourcesJorge Aparicio
this unbreaks the "generics" example
2017-12-09deny warnings and unsafe code in tests and examplesJorge Aparicio
2017-12-09rename LateResourceValues to LateResourcesJorge Aparicio
2017-11-22v0.2.2Jorge Aparicio
2017-10-02fix the exampleJorge Aparicio
2017-10-02fix `idle::Resources::new`Jorge Aparicio
it assumed that all resources were "early" resources
2017-09-22Fix shared resource handling and extend example.Jonas Schievink
The extended example tests that this actually works this time.
2017-09-04Add late resources exampleJonas Schievink