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

Split mittsu gem into mittsu-core and mittsu-renderer-opengl #125

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Floppy
Copy link
Contributor

@Floppy Floppy commented Mar 13, 2024

This is an early PR for my attempt to resolve #115 by splitting mittsu into two gems. I think it can all be done in the same repo, and I've made it so that mittsu gem itself simply depends on the two component parts.

I've kept a single version string, and made them depend on that exact version, to avoid any differences causing problems. Can always be split later on.

@Floppy Floppy force-pushed the separate-core-and-renderer-gems branch from a64f5e1 to e5e179e Compare March 13, 2024 19:34
@danini-the-panini
Copy link
Owner

Would we do this in subfolders, like Rails does?

@danini-the-panini
Copy link
Owner

Also is this a patch or minor version bump, since it doesn't really change the interface

@Floppy
Copy link
Contributor Author

Floppy commented Mar 14, 2024

Yeah, subfolders is probably a good idea. And you right, technically by semver it would be a patch version, as absolutely nothing would change! Hah.

@danini-the-panini danini-the-panini added this to the 0.4.1 milestone Mar 18, 2024
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.

Using mittsu without graphics
2 participants