Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

expose cosmic_comp as a library #1145

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

yuyuyureka
Copy link

Allows other programs to depend on the cosmic_comp library crate and start a cosmic-comp in their process by calling cosmic_comp::run(). Later, customization parameters can be added to run(). Note that the interface of the cosmic_comp library crate is not stable in any way and might change anytime.

Allows other programs to depend on the cosmic_comp library crate and
start a cosmic-comp in their process by calling `cosmic_comp::run()`.
Later, customization parameters can be added to `run()`.
Note that the interface of the cosmic_comp library crate is not stable
in any way and might change anytime.
@ids1024
Copy link
Member

ids1024 commented Jan 15, 2025

I'm not sure exactly why you would want this, instead of just spawning cosmic-comp as a subprocess.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants