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

[Bug/Build] Graphics dependency leaking to dedicated server #97

Closed
xtexChooser opened this issue Nov 6, 2021 · 2 comments
Closed

[Bug/Build] Graphics dependency leaking to dedicated server #97

xtexChooser opened this issue Nov 6, 2021 · 2 comments
Labels
resolution: duplicate This issue or pull request already exists type: refactor

Comments

@xtexChooser
Copy link
Member

Modules joml, graphics, graphics3d and gui leaked to server.

These modules found in the distrobutions that built by :server:build. There are graphics modules and should not included in server.(Note: LWJGL dependencies were not found in server)

server depends on common and common depends on game-engine.

game-engine depends on gui and graphics3d, gui depends on graphics, graphics depends on joml.

@mouse0w0
Copy link
Member

mouse0w0 commented Nov 6, 2021

joml isn't a module and it doesn't contain any graphic operations.

@mouse0w0
Copy link
Member

Duplicate of #96

@mouse0w0 mouse0w0 marked this as a duplicate of #96 Nov 14, 2021
@mouse0w0 mouse0w0 added the resolution: duplicate This issue or pull request already exists label Nov 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
resolution: duplicate This issue or pull request already exists type: refactor
Projects
None yet
Development

No branches or pull requests

2 participants