mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-21 23:20:23 +00:00
Cleanup [release]
This commit is contained in:
parent
e7e3b50632
commit
aa95c746b9
2 changed files with 0 additions and 7 deletions
|
@ -2,7 +2,6 @@ The following modules are licensed under the MIT license:
|
|||
- api
|
||||
- beacon
|
||||
- core
|
||||
- extension
|
||||
|
||||
Check out the respective directories for the license texts.
|
||||
|
||||
|
|
|
@ -127,9 +127,3 @@ As the central idea of this library is that you create your own Comps, it is des
|
|||
````
|
||||
|
||||
Most simple Comp definitions can be defined inline with the `Comp.of(...)` method.
|
||||
|
||||
## Creating more complex comps
|
||||
|
||||
For actual comp implementations, see for example
|
||||
the [X-Pipe Extension API](https://github.com/xpipe-io/xpipe/tree/master/extension/src/main/java/io/xpipe/extension/comp)
|
||||
.
|
||||
|
|
Loading…
Reference in a new issue