Cleanup [release]

This commit is contained in:
crschnick 2023-02-20 12:00:06 +00:00
parent e7e3b50632
commit aa95c746b9
2 changed files with 0 additions and 7 deletions

View file

@ -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.

View file

@ -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)
.