Héctor Ramón Jiménez
|
bdf0430880
|
Make run_with take a FnOnce
|
2024-07-15 13:34:22 +02:00 |
|
Héctor Ramón Jiménez
|
e86920be5b
|
Remove load method from application and daemon
If you need to run a `Task` during boot, use
`run_with` instead!
|
2024-07-09 00:28:40 +02:00 |
|
Héctor Ramón Jiménez
|
341c9a3c12
|
Introduce daemon API and unify shell runtimes
|
2024-06-19 01:53:40 +02:00 |
|
Héctor Ramón Jiménez
|
a25b1af456
|
Replace Command with a new Task API with chain support
|
2024-06-14 01:47:39 +02:00 |
|
Héctor Ramón Jiménez
|
6a4f5ac208
|
Remove redundant text::Renderer bound in program
|
2024-03-24 08:45:11 +01:00 |
|
Héctor Ramón Jiménez
|
441e9237cd
|
Rename compositor::Renderer to Default
|
2024-03-22 19:35:19 +01:00 |
|
Héctor Ramón Jiménez
|
5137d655e6
|
Allow custom renderers in Program and Application
|
2024-03-22 07:09:51 +01:00 |
|
Héctor Ramón Jiménez
|
eb67aa5d71
|
Revert "Remove 'static' bound for P::State in Program::run_with"
This reverts commit cab9dec626.
Wasm needs the `'static'` bound since the runtime
will run in a background task.
|
2024-03-17 19:53:02 +01:00 |
|
Héctor Ramón Jiménez
|
cab9dec626
|
Remove 'static' bound for P::State in Program::run_with
|
2024-03-17 19:42:43 +01:00 |
|
Héctor Ramón Jiménez
|
cdb18e610a
|
Move Application trait to advanced module
|
2024-03-17 19:38:42 +01:00 |
|
Héctor Ramón Jiménez
|
54f44754eb
|
Move Program to application module
|
2024-03-17 14:19:12 +01:00 |
|
Héctor Ramón Jiménez
|
179e8863b3
|
Fix broken intra-doc links to Sandbox
|
2024-03-17 13:55:15 +01:00 |
|
Héctor Ramón Jiménez
|
846d76cd3f
|
Remove Sandbox trait 🎉
|
2024-03-17 13:46:52 +01:00 |
|
Héctor Ramón Jiménez
|
4f6a9ba889
|
Fix broken intra-doc link
|
2024-03-16 19:22:18 +01:00 |
|
Héctor Ramón Jiménez
|
28a27f08ed
|
Remove sandbox by making application more generic 🎉
|
2024-03-16 19:14:13 +01:00 |
|
Héctor Ramón Jiménez
|
cfc0383bbf
|
Replace Program::fonts with simpler font method
|
2024-03-16 16:58:48 +01:00 |
|
Héctor Ramón Jiménez
|
348e00e11c
|
Make Program::title private
|
2024-03-16 16:20:05 +01:00 |
|
Héctor Ramón Jiménez
|
bb71e8481e
|
Make sandbox helper take a title as well
|
2024-03-16 16:12:07 +01:00 |
|
Héctor Ramón Jiménez
|
93ae790da1
|
Implement Program::load to specify startup Command
|
2024-03-16 15:54:37 +01:00 |
|
Héctor Ramón Jiménez
|
5a986897d2
|
Rename Program::new to build
|
2024-03-16 05:47:01 +01:00 |
|
Héctor Ramón Jiménez
|
c22269bff3
|
Introduce Program API
|
2024-03-16 05:33:47 +01:00 |
|