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

[core] remove tuples #65

Merged
merged 2 commits into from
Jan 3, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions modules/overrungl.core/src/main/java/module-info.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2023-2024 Overrun Organization
* Copyright (c) 2023-2025 Overrun Organization
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand All @@ -26,7 +26,6 @@
exports overrungl.struct;
exports overrungl.upcall;
exports overrungl.util;
exports overrungl.util.value;
exports overrungl.internal
to overrungl.glfw,
overrungl.nfd,
Expand Down
114 changes: 0 additions & 114 deletions modules/overrungl.core/src/main/java/overrungl/util/value/Pair.java

This file was deleted.

110 changes: 0 additions & 110 deletions modules/overrungl.core/src/main/java/overrungl/util/value/Quad.java

This file was deleted.

119 changes: 0 additions & 119 deletions modules/overrungl.core/src/main/java/overrungl/util/value/Triplet.java

This file was deleted.

Loading
Loading