[PR #1267] feat: upgrade FreeGlut to v3.4.0 #1866

Open
opened 2026-01-29 15:25:32 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/1267
Author: @Panquesito7
Created: 6/9/2023
Status: 🔄 Open

Base: masterHead: update_freeglut


📝 Commits (2)

  • 2e018af feat: upgrade FreeGlut to v3.4.0
  • 199a27a updating DIRECTORY.md

📊 Changes

2 files changed (+3 additions, -2 deletions)

View changed files

📝 DIRECTORY.md (+1 -0)
📝 graphics/CMakeLists.txt (+2 -2)

📄 Description

Description of Change

Checklist

  • Added description of change
  • Added file name matches File name guidelines
  • Added tests and example, test must pass
  • Relevant documentation/comments is changed or added
  • PR title follows semantic commit guidelines
  • Search previous suggestions before making a new one, as yours may be a duplicate.
  • I acknowledge that all my contributions will be made under the project's license.

Notes:


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/TheAlgorithms/C/pull/1267 **Author:** [@Panquesito7](https://github.com/Panquesito7) **Created:** 6/9/2023 **Status:** 🔄 Open **Base:** `master` ← **Head:** `update_freeglut` --- ### 📝 Commits (2) - [`2e018af`](https://github.com/TheAlgorithms/C/commit/2e018af806bea4db7ef0beb9b00ada869d1b7212) feat: upgrade FreeGlut to v3.4.0 - [`199a27a`](https://github.com/TheAlgorithms/C/commit/199a27a1e72d400dce7866cc90a4809144d25631) updating DIRECTORY.md ### 📊 Changes **2 files changed** (+3 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `DIRECTORY.md` (+1 -0) 📝 `graphics/CMakeLists.txt` (+2 -2) </details> ### 📄 Description #### Description of Change <!-- Thank you for your Pull Request. Please provide a description above and review the requirements below. Contributors guide: https://github.com/TheAlgorithms/C/blob/master/CONTRIBUTING.md --> - Upgrade to [FreeGlut v3.4.0](https://github.com/FreeGLUTProject/freeglut/releases/tag/v3.4.0) (latest as of now). #### Checklist <!-- Remove items that do not apply. For completed items, change [ ] to [x]. --> - [x] Added description of change - [ ] ~Added file name matches [File name guidelines](https://github.com/TheAlgorithms/C/blob/master/CONTRIBUTING.md#File-Name-guidelines)~ - [ ] ~Added tests and example, test must pass~ - [ ] ~Relevant documentation/comments is changed or added~ - [x] PR title follows semantic [commit guidelines](https://github.com/TheAlgorithms/C/blob/master/CONTRIBUTING.md#Commit-Guidelines) - [x] Search previous suggestions before making a new one, as yours may be a duplicate. - [x] I acknowledge that all my contributions will be made under the project's license. Notes: <!-- Please add a one-line description for developers or pull request viewers --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 15:25:32 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#1866