Added examples of how FileWatcher can be used.
This commit is contained in:
parent
6306f55cbc
commit
89a4cc061a
|
@ -29,4 +29,10 @@ Features
|
|||
|
||||
Screenshots
|
||||
-----------
|
||||

|
||||

|
||||
|
||||
Examples for use
|
||||
-----------
|
||||
* For Game Development purposes to "speed up" build times.
|
||||
* Build assets (shaders/textures/models) as they're updated. Instead of building everything when you go to run the game, assets are always being built in the background.
|
||||
* Your own customizable backup system.
|
||||
|
|
Loading…
Reference in New Issue